@charset "utf-8";

#centered {
	width:900px;
	height:403px;
	position:absolute;
	left:50%;
	margin:auto auto auto -450px;
	z-index: 1;
}
body {
	background-color: #FFFFFF;
	background-position: center;
	margin: 0;
	padding: 0;
}
#mainframe {
	position:absolute;
	width:981px;
	height:390px;
	z-index:1;
	left: -15px;
	top: 47px;
}

