#border 
{
	border: solid 1pt gray;
    width: 960px;
    height: 744px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -481px;
    z-index: 0;
}


#header 
{
    width: 960px;
    height: 137px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -480px;
    z-index: 0;
}

#menubar 
{
    width: 960px;
    height: 34px;
    position: absolute;
    top: 137px;
    left: 50%;
    margin-left: -480px;
    z-index: 0;
}


#background 
{
    width: 960px;
    height: 520px;
    position: absolute;
    top: 171px;
    left: 50%;
    margin-left: -480px;
    z-index: 0;
}

#footer
{
    position: absolute;
    top: 686px;
    margin-left: -480px;
    left: 50%;
    width: 960px;
    z-index: 0;
    background-color: black;
}

#credit
{
    position: absolute;
    top: 755px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    z-index: 1;
    text-align: center;
}