@charset "utf-8";
/* CSS Document */
body {
	background-color: #fff000;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main {
	position:absolute;
	left:0px;
	top:0px;
	width:891px;
	height:790px;
	z-index:1;
}


