
html {
	height: 100%; 
}

body {
	height: 100%; 
	background-color: #f2f2f2;
	color: #000;
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
}

#content {
	height: 100%;
	overflow: hidden;
}

#flashcontent
{
	position: absolute;
	z-index: 100;
	min-width:900px;
	min-height:730px
}

*html #flashcontent
{
	width:expression(document.body.clientWidth < 900 ? "900px" : "100%");
	height:expression(document.body.clientHeight < 730 ? "730px" : "100%");
}

#prop {
	width: 900px; 
	height: 730px; 
	position: absolute; 
	z-index: 1;
}
