body {margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; background-color: #292929;}
		
div.center {
	position:absolute;
	top: 50%;
	left: 50%;
	width:960px;
	height:560px;
	margin-top: -280px; /*set to a negative number 1/2 of your height*/
	margin-left: -483px; /*set to a negative number 1/2 of your width*/
	overflow: no;
	font-family: Verdana;
	
}
A:LINK,A:VISITED{
	color: #E5F708; 
	text-decoration : none;  
	font-size: 10px;
	font-family: Verdana;
	
}
A:HOVER{
color:  #E5F708;
font-size: 10px;
text-decoration: underline;
font-family: Verdana;

}
a.test { color:#8b827a; font-size: 11px; font-family: Verdana; }
a.test:link { color:#8b827a; font-size: 11px; font-family: Verdana; }
a.test:visited { color:#8b827a; font-size: 11px; font-family: Verdana; }
a.test:hover { color:#8b827a; font-size: 11px; font-family: Verdana; }



