body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Times, serif;
	font-size: 105%;
	color: #9b6627;
	background-color: #000000;
}

a:link {
	color: #800e15;
}

a:visited {
	color: #800e15;
} 

#TitleFlash {
	position:absolute;
	width:1400px;
	top:0px;
	height:700px;
	left:50%;
	margin-left:-700px;
}

#CharTitleFlash {
	position:absolute;
	width:2048px;
	top:0px;
	height:800px;
	left:50%;
	margin-left:-1024px;
}

#TableBody {
	position:absolute;
	width:1400px;
	top:700px;
	left:50%;
	margin-left:-700px;
	background-image: url(images/tablebackground.jpg);
}

#CharTableBody {
	position:absolute;
	width:2048px;
	top:800px;
	left:50%;
	margin-left:-1024px;
}

#BottomHorns {
	position:relative;
	width:1400px;
	height:0px;
	top:-170px;
}

#NDiv {
	width:395px;
	height:50px;
	background-image: url("images/narrow_div.png");
}

#WDiv {
	width:806px;
	height:67px;
	background-image: url("images/wide_div.png");
}

