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

#flashcontent {
	height: 100%;
}
/* end hide */

body {
	font-size: 11px;
	text-align: center;
	font-family: sans-serif;
	color: #a3a6a5;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

a {
	color: #a3a6a5;
	font-size: 11px;
	font-family: sans-serif;
}
