/* CSS Document */

body {
	background: #fff;
	color: #00984e;
	width: 100%;
}

#contents {
	padding: 15px 0 0;
	width: 100%;
}

#flashcontent {
	position: absolute;
	width: 800px;
	height: 880px;
	top: 0;
	left: 50%;
	margin: 0 -400px;
}