body{
	background-color:#fff;
	font-size:11px;
}

#site{
	width:900px;
	height:500px;
	margin:auto;
	margin-top:40px;
	text-align:center;
}


a:hover{
	color:#ffb400;
	font-weight:bold;
}

a{
	color:#575455;
	text-decoration:none;
}

