#overlayContainer{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:100;
} 
#flashContainerBg
{	
	_float:left; 
	position:fixed;
	_position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;	  
	background:#fff;
	z-index:-1;  
}
#flashContainer{ 
	width:1000px;
	margin:0 auto 0 auto;
	z-index:300;
}