/*
RESET
*/
* { font-size: 1em; padding: 0; margin: 0;}


body, html
{
	background: #000000;
	height: 100%;
	padding: 0;
	margin: 0;
}


#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-287px;
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:583px; width:1285px;
	margin:0 auto;
	background:#000000;
}

#flash
{
	position: absolute;
	top: 0;
	left: 0;
	width: 1285px;
	height: 583px;
}




/*
CLEARING FIX
*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */