body {
	background-color: #333333;
	text-align: center;
}
#container {
	background-color: #333333;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	width: 900px;
}
#content {
	background-color: #333333;
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	width: 900px;
	height: 790px;
	z-index: 2;
	background-repeat: no-repeat;
}
/* CSS Document */
#book {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
