body {
 background-color:#000000;
 color: #FFCC33;
 text-align:left;
 padding:0;
}
#outer {
 text-align:left;
 background-image: url("images/background.jpg");
 background-repeat: no-repeat;
 width:800px;
 height:560px;
 margin:auto;
 }
#hdr {
 height:240px;
 color: #FFCC33;
 }
#cont {
 width:800px;
 height:304px;
 color: #FFCC33;
 text-align:left;
 }
#ftr {
 height:16px;
 margin:0;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 }
 a:link {
	color: #FFCC33;
}
a:visited {
	color: #FFCC33;
}
a:hover {
	color: #FFFFFF;
}