body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #00054b;
	background-image:url(../images/background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}

#container{
	margin: 0 auto;
	padding: 0px;
}

#content{
	position:relative;
	text-align:center;
	margin: 0 auto;
	width:930px;
	height:726px;
}

#entry-panel{
	position:absolute;
	width:378px;
	height:240px;
	right:36px;
	top:398px;
}

#footer{
	text-align:center;
	margin: 0px auto;
	padding-top:18px;
	padding-top:18px;
	width:260px;
	height:80px;

}

.releasedate {
	margin-top:12px;
	margin-bottom:10px;
}

.enterbtn a {
	display:block;
	width: 224px;
	height:36px;
	margin:0 auto;
	background-image: url(../images/enter-0.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
}
.enterbtn a:hover { 
	background-image: url(../images/enter-1.jpg);
	text-decoration: none;
}

.bookbtn a {
	display:block;
	width: 191px;
	height:27px;
	margin:0 auto;
	background-image: url(../images/bookbtn-0.png);
	background-repeat:no-repeat;
	text-decoration: none;
}
.bookbtn a:hover { 
	background-image: url(../images/bookbtn-1.png);
	text-decoration: none;
}

.releasebtn a {
	display:block;
	width: 200px;
	height:18px;
	margin:0 auto;
	background-image: url(../images/releasebtn-0.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
}
.releasebtn a:hover { 
	background-image: url(../images/releasebtn-1.jpg);
	text-decoration: none;
}