body {	background-color: #999999;	margin: 0px;}#main {	background-color: #FFFFFF;	text-align: center;	position: absolute;	top: 50%;	left: 0px;	width: 100%;	overflow: visible;	visibility: visible;	display: block;}#content {	font-family: Verdana, Geneva, Arial, sans-serif;	/*background-color: #000;*/
	/* half the width of the swf in pixels*/	margin-left: -500px;
	/* half the height of the swf in pixels*/
	top: -320px;	position: absolute;	left: 50%;
	/*	width: 1000px;	height: 640px;
	*/	visibility: visible;
}
