div#wrap {
	width: 900px;
}

h1{
	background-image: none;
	width: auto;
	height: auto;
	text-indent: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #999999;
	font-weight: bold;
}

h2 {
	background-image: url(../img/entrance.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 304px;
	width: 804px;
	text-indent: -9999px;
	margin: 0 auto 20px auto;
}

h3 {
	width: 600px;
	margin: 10px auto;
	color: #3366CC;
	font-weight: bold;
	font-size: 14px;
}

ul {
	text-align: center;
	margin-top: 30px;
}

#entrance {
	list-style-type: none;
	width: 500px;
	background-image: url(../img/btn_enter_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	margin: 40px auto;
}

#entrance li {
	width: 200px;
	height: 50px;
	float: left;
	display: inline;
}

#enter {
	margin-right: 100px;
}

#entrance a {
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  width: 200px;
  height: 50px;
  background-image: url(../img/btn_enter.png);
  background-repeat: no-repeat;
}

#enter a { background-position: 0px 0px; }
#exit a { background-position: -300px 0px; }

#entrance a:hover {
  text-decoration: none;
  background-image: url(../img/btn_enter.png);
  background-repeat: no-repeat;
}

#enter a:hover { background-position: 0px -50px; }
#exit a:hover { background-position: -300px -50px; }

p.desc {
	width: 580px;
	margin: 5px auto 20px auto;
}

div#footer {
	background-image: none;
	padding: 10px;
	border-top: #999999 solid 1px;

}

div#footer ul {
	margin: 0;
}

div#link {
	width: 640px;
	margin: 0 auto;
}

div#link ul li{
	width: 108px;
	float: left;
	text-align: center;
}
