@charset "utf-8";

html {
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	font-size: 12px;
	color: #666666;
	background-color: #000000;
}

#flashcontent {
	width: 100%;
	height: 100%;
}