* {
	margin: 0;
	padding: 0;
}

.hidden {
	position: absolute;
	left: -4000px;
	top: -4000px;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #FFF;
	font-size: 10px;
}

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

#fallback {
	position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 832px;
    height: 178px;
	top: 150px;
}
