body {
 	background-color:#000000;
	padding:0; 
	margin:0; 
	border:0;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size: 12px;
  	scrollbar-face-color:#fff;
  	scrollbar-highlight-color:#000;
 	scrollbar-3dlight-color:#000;
 	scrollbar-darkshadow-color:#000;
 	scrollbar-shadow-color:#000;
 	scrollbar-arrow-color:#000;
 	scrollbar-track-color:#000;	
	overflow:hidden;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #b9932b;
	text-decoration: none;
}
a:hover {
	color: #b9932b;
	text-decoration: none;
}

#logo {
	position:absolute; 
	margin-left:-330px; 
	left:50%; 
	width:659px; 
	height:62px;
	top:10px;
		}
	
.menu {
 font-family:Geneva, Arial, Helvetica, sans-serif;
 font-size:14px;
 font-style: italic;
 text-align: center;
 position:relative;
 top:70px;
}

.menu span {
 padding: .3em .67em;
}

