html, body {
	margin: 0px;
	padding: 0px;
	background: #F7F7F2;
	width:100%;
	height:100%;
}
#flashContent {
	text-align:left;
	min-width:980px;
	min-height:600px;
	width:100%;
	height: 100%;
	width: expression((documentElement.clientWidth || body.clientWidth) < 1000 ? "980px" : ((documentElement.clientWidth || body.clientWidth) > 2220 ? "2200px" : "100%"));	
	height: expression((documentElement.clientHeight || body.clientHeight) < 620 ? "600px" : ((documentElement.clientHeight || body.clientHeight) > 2220 ? "2200px" : "100%"));
}
#noFlash {
	margin: 30px 30px 30px 30px;
	width:600px;
}