@charset "utf-8";

body {
	
    background: #FFD063;
}



	
#centerbox { 	
  position:absolute;
  height:283px; 
  width:800px;
  margin-top:-142px;
  margin-left: -400px;
  top: 50%; 
  left: 50%;
  padding: 0px;
  
}

a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	}

a:link{
	color: #424655;
	
}
a:visited{
	color: #0C3578;
}
a:hover{
	background-color: #F8FAFD;
	
}
a:active{
	color: #292C31;
}