body {
	background-color: #000;
}
body {
	font-family: Georgia, cursive;
	color: #996633;
}

html {
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #896535;
	scrollbar-highlight-color: #896535;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #896535;
}

#mainbody {
	width: 960px;
	position: relative;
	z-index: 2;
	margin: auto;
	float: none;
	height: 1180px;
}
#copyright {
	position:absolute;
	width:358px;
	height:15px;
	z-index:2;
	left: 292px;
	bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #A37D4C;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#sponsors {
	position:absolute;
	width:166px;
	height:463px;
	z-index:11;
	top: 18px;
	right: 18px;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #896535;
	overflow: auto;
	text-align: center;
}

a:link {
	color: #9D0000 ;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}

