@charset "UTF-8";
/* CSS Document */


body {
	background-image:url(site_bg.jpg);
	background-repeat:repeat;
	background-position:top;
	background-color: #0f0f0f;
	font-family:"Trebuchet MS", Verdana;
	font-weight:normal;
	font-size : 13px;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

#content_div {
	width:100%;
	height:100%;
	top:0px;
	position:absolute;
	overflow:auto;
	z-index:0;
	left:0px;
	text-align:center;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

#header_div {
	width:100%;
	height:86px;
	top:0px;
	position:relative;
	z-index:0;
	left:0px;
	margin-right:auto;
	margin-left:auto;
	
}

#flashContent {
	position:relative;
	width:100%;
	height:100%;
	overflow:auto;

}
