body {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-color: #ffcc33;
	font-family: Verdana, sans-serif, Arial;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	margin-top: 20px;
}
.heading {
	font-size: 36px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.bookimg {
	width: 237px;
	float: left;
	text-align: center;
	font-size: 12px;
	margin-right: 3px;
}
.footer {
	font-size: 12px;
	text-align: center;
	padding-top: 30px;
	clear: both;
	margin-top: 30px;
}
.bookimg a {
	color: #FFF;
	text-decoration: none;
}
.bookimg a:hover {
	color: #000;
	text-decoration: underline;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #000;
	text-decoration: underline;
}
.bookcontainer {
	margin-top: 30px;
	clear: both;
	float: left;
}
.bookimgr {
	width: 237px;
	float: left;
	margin-right: auto;
	margin-left: auto;
}

