html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: auto;
	background: #E1E1E1;
	
}
#main {
	height: 100%;
	min-height: 100%;
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
}

#objFlash {
	width: 100%;
	height: 100%;
	xwidth: 950px;
	xheight: 675px;
	margin: 0 auto 0 auto;
	text-align: center;
	
	height: expression((document.body.clientHeight < 600) ? "600px" : "100%");
	width: expression((document.body.clientWidth < 1000) ? "1000px" : "100%");
	display: block;
	min-width: 1000px;
	min-height: 600px;
}

