@charset "utf-8";

#body {
	position: relative;
}

#flashcontent {
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -425px;
	margin-top: -325px;
	width: 850px;
	height: 650px;
}
