body {
	background-color: #000000;
	}
	
#flashcontent {
	position: absolute; 
	left: 50%;
	width:600px;
	margin-left: -300px;
	top: 50%;
	height: 400px;
	margin-top: -200px;
	}
