html {
	height: 100%;
	/*overflow: hidden;*/
}

body {
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	height: 100%;
	/*overflow: hidden;*/
}

img {
	border: 0;
}

#flashcontent {
	position: absolute;
	width: 1024px;
	height: 768px;
	left: 50%;
	top: 50%;
	margin-left: -512px;
	margin-top : -384px;
	text-align: center;
}

#detect {
	position: absolute;
	width: 1024px;
	height: 768px;
	left: 50%;
	top: 50%;
	margin-left: -512px;
	margin-top : -384px;
	text-align: center;
}

#noscript {
	margin: -6px 0 0 0;
	color: #FFFFFF;
	font-size: 11px;
}