/* CSS Document */
body {
	margin: auto;
	width: 980px;
	background-color: #CEC6A5;
	padding-top: 5px;
}
#site{
	position:absolute;
	left: 50%;
	top: 50%;
	width: 980px;
	height: 580px;
	margin-left: -490px;
	margin-top: -290px;
}   		
