body {
	height: 100%;
	background-color: #000;
}
#entrance {
	background-color: #000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#entrance h1 {
	font-size: 12px;
	color: #666;
}

#entrance h2 {
	background-image: url(../images/entrance.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: top;
	width: 588px;
	margin-right: auto;
	margin-left: auto;
	height: 320px;
}
#entrance h3 {
	color: #999;
	font-size: 12px;
}
#entrance p {
	font-size: 12px;
	color: #666;
	line-height: 14px;
	margin-bottom: 20px;
}

#entrance p a img {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
