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

.note {
   color: #999999;
   }
