html, body {
	margin: 0;
	padding: 0px;
	height: 100%;
	background-color: #0D0D0D;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
}

#maincontainer {
	margin: 0 auto;
	width: 900px;
	height: 100%;
	border-style: none;
	position: relative;
	}
	
#mainflash {
	z-index: 1;
	position: relative;
	top: 0px;
	height: 594px;
}

#mainbench {
	position: relative;
	top: 15px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
	font-weight: normal;
	text-align: center;
}
a:link {color: #830D07; text-decoration: underline;}
a:visited {color: #830D07; text-decoration: underline;}
a:hover {color: #830D07; text-decoration: none;}
a:active {color: #830D07; text-decoration: underline;}