html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: auto;
	background: #000000;
	
}

#objFlash {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;

	height: expression((document.body.clientHeight < 472) ? "472px" : "100%");
	width: expression((document.body.clientWidth < 697) ? "697px" : "100%");
	display: block;
	min-width: 697px;
	min-height: 472px;
}
