a:focus, object:focus, object:active {
	outline: none;
	-moz-outline-style: none;
}
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	overflow: auto;
	background-color: #FFFFFF;;
}
div#flashContent {
	display: none;
	width: 100%;
	height: 100%;
}
div#flashContainer {
	overflow: hidden; 
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 8;
}
div#htmlContainer {
	position: absolute;
	overflow: hidden; 
	height: 100%;
	width: 100%;
	z-index: 7;
}
