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

* { 
	margin:0; 
	padding:0; 
	border:0; 
}

html, body { 
	height:100%; 
}

body { 
	background: #EC7404; 
	font-size: 100.01%;
} 

#flashcontent {
	width: 550px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -275px;
	margin-top: -200px;
}


