html {
	overflow: auto;
	height: 100%;
}
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#fff;
}
#noflash {
	top:0;
	left:0;

	width:100%;
	height:100%;
	
	min-width:1000px;
	min-height:700px;
	position:absolute;

	_height: expression(document.body.clientHeight < 1000 ? "1000px" : "auto");
	_width: expression(document.body.clientWidth < 700 ? "700px" : "auto");
	_position:fixed;
}

