html {
	overflow: auto;
	height: 100%;
}
body {
	background-color:#000000;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#flash {
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	min-width:1000px;
	min-height:700px;
	position:absolute;
	_height: expression(document.body.clientHeight < 700 ? "700px" : "auto");
	_width: expression(document.body.clientWidth < 1000 ? "1000px" : "auto");
	_position:fixed;
}