body {
	background-image: url(xx80files08xx/background.jpg);
	background-repeat:repeat-x;
	background-color:#d9d9d9;
	background-color:#333;
	margin:0px;
	padding:0px;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	background-image: url(xx80files08xx/background.jpg);
	background-repeat:repeat-x;
	background-color:#d9d9d9;
	width:100%;
}

#content {
	width:320px;
	margin:0px auto;
	padding:0px 5px;
}

#chapters {
	color:#666;
	text-align:center;
}

#chapters a {
	color:#666;
}

#chapters a:hover {
	text-decoration:none;
}

#chapters h2 {
	color:#333;
	font-size:1.7em;
	font-weight:bold;
	margin-bottom:.2em;
}

#chapters p {
	margin-top:.2em;
}

#footer {
	text-align:center;
	width:100%;
	height:100px;
	color:#CCC;
	font-size:.7em;
	margin-top:30px;
	padding:20px 0px;
	background-color:#333;
}