

body  {
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	background: #fff;
	margin:0px;
	padding:0px;
	
}
p  {
    margin-top:20%;
   }
	
div.main { 
   position:absolute;
   left:50%;
   top:50%;
   margin-top:-285px;
   margin-left:-380px;
   height: 570px;
   width:760px;
 
}
a:link {
	color: #333;
	text-decoration: none;
	outline:#FFF;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #999;
}

.note {
   color: #999999;
   }
#content{
	text-align:left;
	font-size:9px;
	color:#CCC;
	display:none;}
