#bookWrp {
	width: 90%;
	height: 100%;
	margin: 30px auto 0 auto;
}

#bookLogo {
	width: 200px;
	height: 250px;
	text-align: center;
	margin: 0 auto 0 auto;
}

#bookText {
	clear: both;
	font: 14px verdana;
	color: #000000;
}

#bookLinks {
	margin-top: 30px;
	text-align: center;
	width: 100%;
	font: 12px verdana;
	color: #666666;
}

#bookLinks a {
	font: 12px verdana;
	color: #666666;
	text-decoration: none;
}

#bookLinks a:hover {
	font: 12px verdana;
	color: #666666;
	text-decoration: underline;
}

#bookLogo a img {
	border: none;
	height: 250px;
}