@charset "utf-8";
/* CSS Document */



body{
	margin:0 auto;
	background:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#cdc9bc;
}

.formtext{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#cdc9bc;
	font-size:11px;
}


/*-------------------------------------------------------------MAIN SITE DIVS---------------------------------------------------------*/

#container{
	width:911px;
	height:570px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	z-index:0;
	background-image:url(images/splash/splash-bg-50percent.gif);
	background-repeat:no-repeat;
}

#flash {
	display:inline;
	float:left;
	width:911px;
	height:151px;
	margin-top:160px;
	text-align:center;
}

#nav {
	display:inline;
	float:left;
	width:911px;
	height:50px;
	margin-top:90px;
	text-align:center;
}
