body, html{
	/* DO NOT CHANGE */
	height:				100%;
	width:				100%;
	background-color:	#ECF7F7;
	
	overflow-x:        hidden;
    overflow-y:         auto;
}

* {
	margin:				0px;
	padding:			0px;
	font-family:		Arial, Verdana, Helvetica, Tahoma;
	font-size:			11px;
	border: 			0px;
}

#swfobjectdiv{
	/* 
	 * Make this color the same as the body background
	 * So it will blend in before the SWF loads 
	 */
	color:				#000000;
}


#flashContainer {
	left: 			50%;
	margin-left: 	-500px;
	margin-top:		0px;
	height: 600px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}


#legalContainer {
	position:		absolute;
	left: 			50%;
	margin-left: 	-500px;
	width: 750px;
	height: 88px;
    position: relative;
}


#legaldiv{
	/* 
	 * Make this color the same as the body background
	 * So it will blend in before the SWF loads 
	 */
	color:				#000000;
}


.absTop{
	position:absolute;
	z-index:9999;
	top:0;
	left:0;
}
#main-container{
    width: 100%;
    height: 100%;
}
#footer{
	background: transparent;
	width:100%;
	max-width:1000px;
	margin: 0 auto; 
}

#footer .inner{
	margin: 10px 10px;
}

#logos {
	display: none;
}
#logo_container {
	height: 45px;
	margin-top: 5px;
}

