html, body
{
	height: 100%;
	width: 100%;
	margin: 0px 0px 0px 0px;
	/*overflow: -moz-scrollbars-vertical;*/
	overflow-y: auto;
	overflow-x: auto;
	background-color:#ffffff;
}


.flashcontent 
{
	background-color:#ffffff;
	z-index: 1;
	position:absolute;
	margin: 0px auto 0px 0px; 
	border: 0px; 
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width:800px; 
	height: 550px;
	min-width: 800px;
	min-height: 550px;
	/*overflow:hidden;*/
}
