html, body {
	width: 100%;
	height:100%;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: auto;
	background: #FFFFFF;
	
}

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