
@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
a {
	color: #989898;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}

ul {
	margin: 0px 1em 0px 2em;
	padding: 0px;
}


body {
	background: #150606;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #989898;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
	}


#head {
	width: 800px;
	height: 60px;
	
}

#content {
	width: 800px;
	height: 460px;
	color: #000000;
	overflow: auto;
	position: relative;
	background-image: url(../images/indexpgimg.png);
	background-repeat: no-repeat;
	background-position: center;
}


#footer {
	width: 800px;
	height: 300px;
	margin: 0 auto;

	}

#enter ul li.index a{
	width:267px;
	height:73px;
	display:block;
	background-image: url(../images/enter_norm.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#enter ul li.index a:hover{
	width:267px;
	height:73px;
	background-image: url(../images/enter_hover.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}