@charset "utf-8";
body {
	background-color: #ffff00;
	text-align:center;
}
#container {
	position:relative;
	width:710px;
	height:630px;
	z-index:1;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
#back {
	position:absolute;
	width:81px;
	height:34px;
	z-index:2;
	left: 298px;
	top: 591px;
}