body {
background-color: #330000;
font: 8pt Verdana;
color: #FFFFFF;
text-align: center;
}

div.mainbox {
width: 728px;
height: 170px;

position: absolute;
top: 45%;
left: 50%;
margin-left: -364px;
margin-top: -90px;
border: solid 0px #FFFFFF;

}

div.scorebox {
width: 360px;
height: 300px;

position: absolute;
top: 22%;
left: 50%;
margin-left: -160px;
/*margin-top: -90px;*/
border: solid 0px #FF0000;

}

div.topbox {
width: 320px;
height: 165px;

position: absolute;
top: 20%;
left: 50%;
margin-left: -165px;
margin-top: -90px;
border: solid 0px #FFFFFF;

}


div.top_ad {
width: 728px;
height: 15px;

position: absolute;
top: 10%;
left: 50%;
margin-left: -360px;
margin-top: -50px;
border: solid 0px #FFFFFF;

}


div.bottom_ad {
width: 728px;
height: 90px;

position: absolute;
top: 90%;
left: 50%;
margin-left: -360px;
margin-top: -50px;
border: solid 0px #FFFFFF;

}

a:link {
color: #FF0000;
}

a:visited {
color: #FF0000;
}

a:hover {
color: #FF0000;
}

a:active {
color: #FF0000;
}



