/* CSS Document */

body, html {
	text-align: center;
	min-width: 800px;
	margin:0px 0px 0px 0px;
	background-color:#231F20;
	height:100%;
}


.main {
	position:absolute;
	margin-left:0px;
	margin-top:auto;
	width:802px;
	height:592px;
	top:50%;
	margin-top:-296px;
	left:50%;
	margin-left:-401px;
	text-align: left;
		
	}
	
/*-------FLASH BANNER HOLDER-------------------------------*/

#flash {
	width:800px;
	height:570px;
	float:left;
	font-family:"MS Reference Sans Serif", Verdana, Arial;
	color:#333333;
	font-size:10px;
	text-align:center;
	background-color:#FFFFFF;
	border:1px solid #595556;
	}
	
#flash a {
	color:#333333;
	font-size:10px;
	text-decoration:underline;
	}
	
/*---------------------------*/
	
.footer {
	float:left;
	width:800px;
	height:19px;
	font-family:"MS Reference Sans Serif", Verdana, Arial;
	color:#595556;
	font-size:9px;
	text-align:center;
	margin-top:1px;
	}



