
body {
 margin:0px;
 background-color:#000000;
 color: #FFCC33;
 text-align:center;
 padding:0;
}

#outer {

 background-image: url("images/background.jpg");
 background-repeat: no-repeat;
 width:800px;
 height:560px;
 margin:auto;
 }
#hdr {
 height:40px;
 color: #FFCC33;
 }
#cont {
 
 width:800px;
 height:504px;
 color: #FFCC33;
 text-align:center;
 }
#ftr {
 height:16px;
 color: #FFCC33;
 margin:0;
 }
a:link {
font-weight: bold;	
font-size: 10px;	
font-family: Verdana, Arial, Helvetica, sans-serif;	
	
text-transform: uppercase;
	color: #ffffff;
}
a:visited {
font-weight: bold;	
font-size: 10px;	
font-family: Verdana, Arial, Helvetica, sans-serif;	
	
text-transform: uppercase;
	color: #ffffff;	
}
a:hover {
font-weight: bold;	
font-size: 10px;	
font-family: Verdana, Arial, Helvetica, sans-serif;	
;	
text-transform: uppercase;
	color: #ffcc33;
}
P { 
font-weight: bold;	
font-size: 11px;	
font-family: Verdana, Arial, Helvetica, sans-serif;
/*text-align:center;*/
}

