html {
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000;
	height: 100%;
	overflow: hidden;
}

img {
	border: 0;
}

#flashcontent {
	width: 100%;
	height: 100%;
}

#detect {
	position: absolute;
	width: 448px;
	height: 326px;
	left: 50%;
	top: 50%;
	margin-left: -224px;
	margin-top : -190px;
	text-align: center;
}

#noscript {
	margin: -6px 0 0 0;
	font-size: 9px;
	color: #C0C0C0;
}

.copyright {
	font-size: 10px;
	color: #FFFFFF;
}
