.hidden {visibility: hidden;}
*{
font-family: "Gill Sans", sans-serif;
}

body {
background-color: #FFFFFF;
margin: 0; padding: 0; border: 0;
font-family: "Gill Sans",sans-serif;
text-align: center;
}

#top {
background-color: #FFFFFF;
background-image: url("../images/topmenu/top-banner.png");
margin-top: 20;
background-position: center;
background-repeat: no-repeat;
height:170px;
}

#toplinks {
background-color: #FFFFFF;
height:50px;
width:860px;
margin-left:auto;
margin-right:auto;
}

div.container{
width:860px;
margin-left:auto;
margin-right:auto;
text-align: left;
}

div.content {
float:left;
background-color: white;
width:640px;
padding-left: 10px;
}

div.sponsors {
float:right;
background-color: white;
width:190px;
padding-left:10px;
} 

#footer {
clear:both;
background-image: url("../images/footerbg.png");
background-repeat: no-repeat;
width:860px;
height:50px;
margin-left:auto;
margin-right:auto;
text-align: left;
}

a.xbox:link {color:black; text-decoration:none;}      
a.xbox:visited {color:black; text-decoration:none;}  
a.xbox:hover {color:red;}  

