object {
	outline: none;
}
#flashBackground {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	min-height: 687px;
	min-width: 989px;
	//width: expression((document.documentElement.clientWidth < 989) ? '989px' : '100%') !important;
}
* html #flashBackground {
	-height: expression((document.documentElement.clientHeight < 683) ? '683px' : '100%') !important;
	-width: expression((document.documentElement.clientWidth < 989) ? '989px' : '100%') !important;
}
#tour {
	padding: 0;
	position: relative;
	z-index: 2;
	margin: 5px auto 0;
}
