#book-title {
	top:225px;
	left:0px;
	height:20px;
	width:1000px;
	position:absolute;
}
#book-title #title {
	font-size:1.7em;
	font-weight:bold;
	position:absolute;
	width:100%;
	top:-12px;
	text-align:center;
}
#book-title #page {
	font-size:1.1em;
	font-weight:normal;
	position:absolute;
	width:100%;
	top:12px;
	text-align:center;
}
#book {
	width:1000px;
	height:760px;
	position:relative;
	top:40px;
	background:white url(book3.gif) no-repeat;
	margin:10px 0 10px 0;
}
#book h1 {
	color:black;
	font-size:1.65em;
	font-family:arial;
	font-weight:bold;
	text-align:center;
	padding:0;
	margin:5px 0 30px 0;
}
#book img {
	border:0;
	margin:0;
	padding:0;
}
#book img.full {
	margin:60px 0 0 0;
}
#book #left {
	padding:20px 0px;
	width:380px;
	height:620px;
	top:20px;
	left:70px;
	position:absolute;
}
#book #right {
	padding:20px 0px;
	width:380px;
	height:620px;
	top:20px;
	left:560px;
	position:absolute;
}
.top-pager {
	top:10px;
	left:0px;
	height:20px;
	width:1000px;
	position:absolute;
}
.top-pager a,
.bottom-pager a {
	text-decoration:none;
}
.bottom-pager {
	top:710px;
	left:0px;
	height:20px;
	width:1000px;
	position:absolute;
}
.prev-page {
	top:0px;
	left:0px;
	height:20px;
	position:absolute;
	padding-left:25px;
	z-order:100;
}
.next-page {
	top:0px;
	right:0px;
	height:20px;
	position:absolute;
	padding-right:25px;
	z-order:100;
}
#footer {
	position: relative;
	margin: 3em auto 0 auto;
}
