@charset "utf-8";
body {
	background:url(../images/ent-bg.jpg) repeat-x left top;
	font-size:12px;
}
#entWrapper {
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#entWrapper img {
	behavior: url("js/iepngfix.htc");
}
p.entDes {
	text-align:center;
}
#footer {
	background:url(../images/ent-footer.jpg) repeat-x;
	clear:both;
}
#footer a {
	color:#fff;
}
ul.footNav li {
	float:left;
	padding-right:5px;
	margin-right:5px;
	border-right:1px solid #dcdcdc;
}
address {
	clear:both;
	text-align:center;
	padding-top:30px;
	color:#fff;
}
address a {
	text-decoration:none;
}
.footInner {
	width:960px;
	padding:20px 0;
	margin:0px auto;
}
.entrance {
	text-align:center;
	width:500px;
	margin:20px auto;
}
p.enter {
	width:215px;
	margin-right:20px;
	background:url(../images/ent-over-on.jpg) no-repeat left top;
	float:left;
}
p.enter a {
	display:block;
	width:215px;
	height:100px;
	
}
p.under {
	width:215px;
	background:url(../images/ent-under-on.jpg) no-repeat left top;
	float:right;
}
p.under a {
	display:block;
	width:215px;
	height:100px;
}
.entrance p a:hover {
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

