body   { color: #999; font-size: 11px; font-family: Helvetica; background-color: #232323; margin: 0 }
div#header {
position: absolute;
top: 50%;
margin-top: -240px;
left: 50%;
margin-left: -380px;
width: 760px;
height: 20px;
font-size: 10px;
font-weight: 600;
color: #F0F0F0;
}
div#main_body {
position: absolute;
top: 50%;
margin-top:-210px;
width: 100%;
height: 420px;
background-color: #000000;
}
div#footer {
position: absolute;
top: 50%;
margin-top: 205px;
left: 50%;
margin-left: -380px;
width: 760px;
height: 20px;
font-size: 11px;
font-weight: 600;
}
a:link { color: #999; font-size: 11px; text-decoration: none }
a:visited { color: #999; font-size: 11px; text-decoration: none }