html, body
{
	height: 100%;
	width: 100%;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
}


.flashcontent 
{
	z-index: 1;
	position:absolute;
	border: 0px; 
	padding: 0px;
	left: 50%:
	top: 50%;
	width: 990px;
	height: 570px;
}

.flashbg 
{
	z-index: 0;
	position:absolute;
	border: 0px; 
	padding: 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}