@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg.jpg);
	background-color: #8F0000;
	background-repeat: no-repeat;
	background-position: center top;
}
#top {
	padding: 0px;
	height: 128px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main {
	height: 535px;
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#center {
	margin: 0px;
	float: left;
	height: 508px;
	width: 668px;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
}
#left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 535px;
	width: 152px;
}
#right {
	float: left;
	height: 535px;
	width: 152px;
	margin: 0px;
	padding: 0px;
}
#footer {
	padding: 0px;
	height: 30px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B9A066;
	text-align: center;
	line-height: 30px;
}
#footer a {
	color: #B9A066;
}

#index a {
	width:836px;
	height:576px;
	background-image: url(../image/enter.jpg);
	display: block;
	padding: 0px;
	margin-top: 75px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: 700px bottom;
}
#home a {
	width:980px;
	height:1150px;
	background-image: url(../image/index.jpg);
	display: block;
	padding: 0px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
