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

body {

	margin: 0px;
	background-color: #d9d3a4;

}


#flashcontent {

	width: 800px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -300px;
	text-align:left;	

}
