body {
	background-color: #000000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;			
	
	color: #777777;
	font-family: "Arial", "Sans Serif";
	font-size: 12pt;
}

.homebody {
	background-image: url("../img/thevillains.gif");
}

.options {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 10px;

	width: 220px;
	height: 100%;
	
	padding-left: 10px;
	padding-top: 10px;
}

.options p {
	padding-left: 16px;
	line-height: 24px;
}

.header {
	width: 100%;
	text-align: center;
	background: #000000;
}

.title {
	font-family: "Arial Black", "Arial", "Sans Serif";
	font-size: 60px;
	color: #ffffff;
}

.chapters {
	float: left;
	position: absolute;
	top: 50%;
	left: 20%;
	
	text-align: center;
}

.chapterDetail {
	position: absolute;
	left: calc(50% + 200px);
	top: 40%;
	margin-right: 26px;
	
	color: #777777;
}

.pageFooter {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;

	font-size: 10pt;
	text-align: center;
}

h1 {
	color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
}

td {
	padding-right: 10pt;
}	

.content {
	position: absolute;
	left: 220px;
	top: 0px;
	
	margin-right: 20px;
	
	padding-left: 10px;
	padding-top: 10px;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

