body {
	margin: 0px;
	padding: 0px;
	background-color: rgb(64,64,64);
}

div#flash-content{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 960px;
	height: 600px;
	margin-left: -480px; /*half the width of the div*/
	margin-top: -300px; /*half the height of the div*/
}