html {
height: 100%;
overflow: auto;
	}	
body
{
	height: 100%;
	margin: 0;
	padding: 0;
	color:#b19b57;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000000;
}

#flashcontent {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width:  100%;

}
#container{overflow: hidden;width:900px;margin:0 auto;}
#topbar{
	width:auto;
	display:block;
	width:900px;
	height:244px;
	text-align: center;
	background:#CCCCCC;
	border-bottom:1px dotted #222222;
	float:left;
	position:relative;
}

#main{
	display:block;
	float: left;	
	width:900px;
	
}
#footer{
	border-top:1px dotted #FFFFFF;
	width:900px;
	height:auto;
	display:block;
	text-align: center;
	font-size: 11px;
	padding-bottom: 10px;
	position:relative;
	float:left;
	top:3px;
}
#nav{
	text-align: left;
	font-size: 11px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

a {
color:#FFFFFF;
text-decoration: none;
}
a:hover {
color:#b19b57;
}
