body, html{
	/* DO NOT CHANGE */
	height:				100%;
	width:				100%;
	background-color:	black;
    overflow-x:        hidden;
    overflow-y:         auto;
}
* {
	margin:				0px;
	padding:			0px;
	font-family:		Arial, Verdana, Helvetica, Tahoma;
	font-size:			11px;
	border: 			0px;
	color:				white;
}

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

#flashContainer {
	width: 1400px;
	height: 660px;
    position: relative;
    margin-left: -700px;
    left:50%;
}

#main-container{
    width: 100%;
    height: 100%;
}

#footer{
	background: transparent;
	width:100%;
	max-width:1440px;
	margin: 0 auto; 
}

#copyright{
	float:right;
}

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