body {
	background-color: #171009;
	background-image: url(images/bkg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
#wrapper {
	width: 990px;
	margin: 0px auto;
	display: block;
	font-family: Helvetica;
	color: #cfbdb0;
	font-size: 13px;
}
#logo-wrapper {
	width: 100%;
	text-align: center;
	margin-top: 55px;
}
#logo-wrapper p {
	margin-top: 17px;
	margin-bottom: 25px;
	color: #cfbdb0;
}
#logo-wrapper p a {
	color: #bd9a70;
	text-decoration: none;
}
#logo-wrapper p a:hover {
	color: #cfbdb0;	
}
#content-wrapper {
	width: 100%;
}
#content {
	background-image: url(images/content-bkg.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 181px;
}
#content p {
	margin: 0px 30px;
	padding: 20px 0px;
	color: #cfbdb0;
	font-size: 13px;
	line-height: 17px;
	text-align: justify;
}
#book {
	width: 100%;
	height: 380px;
	background-image: url(images/cats.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	margin-top: 25px;
}
#book p {
	padding-top: 15px;
	padding-left: 260px;
	display: block;
	line-height: 16px;
}
#book p a {
	color: #bd9a70;
	text-decoration: none;
}
#book p a:hover {
	color: #cfbdb0;
}
#footer {
	width: 100%;
	display: block;
}
#footer p {
	font-size: 11px;
	display: block;
	margin: 0px 10px;
	border-top: 1px solid #543d25;
	padding: 10px 10px 30px 10px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}