div#header
{
	background: url(../images/header_book.jpg) no-repeat;
	position: relative;
	width: 768px;
	height: 200px;
	top: 0px;
	left: 0px;
	z-index: 1;
}
div#booktitle
{
	background: url(../images/book_title.png) no-repeat;
	width: 482px;
	height: 33px;
	top: 20px;
	left: 50px;
	position: relative;
}
div#map
{
	background: url(../images/book_map.jpg) no-repeat;
	position: relative;
	top: 122px;
	left: -35px;
	width: 191px;
	height: 262px;
	z-index: 2;
	float: right;
}
div#summary
{
	font: 13px "Times New Roman", Times;
	text-align: left;
	text-decoration: none;
	color: white;
	left: 70px;
	top: 30px;
	position: relative;
	display: block;
	line-height: 125%;
	z-index: 3;
}
.buynow
{
	font: bold 14px "Times New Roman", Times;
	color: white;
	position: relative;
	left: -30px;
	float: right;
	z-index: 4;
}
.buynow a img
{
	width: 104px;
	height: 49px;
	border: none;
}
