@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	background:#000000;
	color:#FFFFFF;
	text-align:center;
}
img {
	border:none;
}
#wrapper {
	width:800px;
	margin:20px auto;
	text-align:left;
}
#header {
	background:url(./img/title.jpg) no-repeat;
	height:150px;
	position:relative;
}
#header p {
	position:absolute;
	font-size:10px;
	left: 5px;
	top: -15px;
}
#header h1 {
	text-indent:-9999px;
}
#content {
	background:url(img/top.jpg) no-repeat top left;
	height:600px;
	position:relative;
}	

#wrapper #content img#enter {
	position: absolute;
	left: 139px;
	top: 387px;
}
#wrapper #content img#exit {
	position: absolute;
	left: 501px;
	top: 389px;
}
#footer {
	font-size:10px;
	font-style:normal;
	text-align:center;
}