* {
	margin: 0;
	padding: 0;
	text-decoration:none;
}

body {
	background: #050505 url(img/woodBG.jpg) top center no-repeat;
	color: #444;
	font-size: 10px;
	font-family:Georgia, serif;
	font-style:italic;
}

span {
	display:none;
}

img {
	border:none;
}

.contain {
	background: url(img/book.png) top center no-repeat;
	height:600px;
	margin: 40px auto 0;
	position:relative;
	width:620px;
}

.preorder {
	background:url(img/btn-preorder.png) 0 -25px no-repeat;
	display:block;
	float:right;
	height:25px;
	margin:10px 0 0 0;
	width:139px;
}

.preorder:hover {
	background:url(img/btn-preorder.png) no-repeat;
}

.enter {
	background:url(img/btn-enter.png) no-repeat;
	display:block;
	float:right;
	height:27px;
	margin:450px -120px 0 0;
	width:88px;
}

.enter:hover {
	background:url(img/btn-enter.png) 0 -27px no-repeat;
}