@charset "utf-8";

body {
	
    background: #FFD063;
}



	
#centerbox {
	position:absolute;
	height:283px;
	width:800px;
	margin-top:-152px;
	margin-left: -400px;
	top: 50%;
	left: 50%;
	padding: 0px;
	background-color: #FFD063;
  
}

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:active{
	color: #292C31;
}

