html.hasFlash {
	height: 100%;
}
html.hasFlash body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #19120b url("../images/background.jpg");
}
html.hasFlash body * {
	display: none;
}
html.hasFlash #flashcontent {
	height: 100%;
	width: 100%;
	min-height: 720px;
	min-width: 790px;
	display: block !important;
}
html.hasFlash #flashcontent.fixedHeight {
	height: 765px;
}
html.hasFlash #flashapp {
	height: 100%;
	width: 100%;
	display: block !important;
}