@charset "utf-8";
/* CSS Document */
#div_flashcontent {
	position: absolute;
	left: 50%;
	height: 410px;
	width: 1680px;
	margin-left: -840px; /* MUST be half the width */
	clip: rect(auto,auto,auto,auto);
}
#div_container {
	position: absolute;
	left: 50%;
	width: 1680px;
	margin-left: -840px;
	height: 100%;
	}
