html {
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	height: 100%;
	overflow: hidden;
}

img {
	border: 0;
}

#flashcontent {
	width: 100%;
	height: 100%;
}

#detect {
	position: absolute;
	width: 480px;
	height: 180px;
	left: 50%;
	top: 50%;
	margin-left: -240px;
	margin-top : -138px;
	text-align: center;
}

#noscript {
	margin: -6px 0 0 0;
	font-weight: bold;
	color: #990000;
}

.sign {
	color: #634E1B;
}

.copyrights {
	font-size: 10px;
	font-weight: bold;
	color: #330400;
}