@charset "utf-8";
/* CSS Document */
body {	
	background-color: #f1f15f;
	text-align: center;
	font-size: 30px;
	color:#FF0000;
}
#container {
	margin: 0 auto;
	width: 1064px;
	height: 1354px;
}
#banner {
	position: absolute;
	top: 50px;
	left: 137px;
}

