/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

/* text */
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

/* LAYOUT */
#primary {
text-align: center;
position: absolute; 
top: 10px; 
left: 50%; 
margin-left:-300px; 
width: 600px; 
border: 0px solid #000000; 
background-color: #000000; 
}

#outer { 
text-align: center; 
position: absolute; 
top: 50%; 
left: 0px; 
width: 100%; 
height: 0px; 
border: 0px solid #000000;
background-color: #000000; 
} 

#inner { 
position: absolute; 
top: -200px; 
left: 50%; 
margin-left:-300px; 
width: 600px; 
height: 371px; 
border: 0px solid #000000; 
background-color: #000000; 
} 


