/**
 * public.css
 */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	
	text-align: center;
}

#page {
	text-align: left;
}

#flashcontent {
	width: 1056px;
	height: 685px;
	
	text-align: left;
	
	top: 50%;
	left: 50%;
	margin-top: -342px;
	margin-left: -528px;
	position: absolute;
	
	/*border: 1px solid red;*/
}
