@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	margin:0;
	padding:0;
	border:0;
}

#wrapper {
	position:relative;
	width:1024px;
	height:100%;
	margin: 0 auto;
}

#floater {
	float:left;
	height:50%;
	margin-bottom:-280px;
	width:100%;
}

#flashcontent {
	clear:both;
	height:560px;
	position:relative;
}