body{
	width:100%;
	height:100%;
	background-color:#000000;
}

#flashcontainer{
	width:100%;
	height:100%;
	
	min-height:500px;
	height:expression(this.scrollHeight < 500? "500px" : "auto" );
}

#emmermann {
	display: none;
}

