.note{
	font-size: 0.8em;
	color: #999999;
}

 body {
	margin: 0;
	padding: 0;
	color: #F0F0F0;
	background: #080808;
	font-family: Arial, Geneva, sans-serif;
 }
 a{
 	color: #8EA88A;
	text-decoration: none;
 }
 a:visited{
 	color: #8A7653;
 }
 a:hover{
 	text-decoration: underline;
	color: #A1C09C;
 }
 #content {
 	padding: 0 0 0 0;
 	background: #080808 url(../images/bg.gif) no-repeat;
	background-position: 0 72px;
 }
 #imgs {
 	width: 255px;
	padding: 130px 25px 0 0;
	text-align: right;
 }
 div#content, table, td, p{
 	font-size: .95em;
	font-family: Arial, Geneva, sans-serif;
 } 
 
 div#content table {
	width: 700px;
	margin: 175px 0 0 0;
 }
 div#content table td{
 	vertical-align: top;
 }
 
 #home {background:white;}
 
 #home #cnt{
 	position:absolute;
	top: 100px;
	left: 436px;
	width: 302px;
	font-size: .7em;
}
#home #cnt a{color:white;}
 
