body {	background-color: #FFFFFF;	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: -450px;
	/* half the height of the swf in pixels*/
	top: -275px;	position: absolute;	left: 50%;	visibility: visible;
}

#footer {	font-family: sans-serif, Arial, Geneva;
	font-size: 8pt;	/*background-color: #000;*/
	/* half the width of the swf in pixels*/	/* half the height of the swf in pixels*/
	top: -225px;	position: absolute;	left: 50%;
	z-index:1;	visibility: visible;
	color: #999;
	text-align: center;
	margin-left: -100px;
	text-decoration: none;
}

#footer a:hover, a:active, a:visited, a:link {
	color: #555;
}

#footer a:hover {
		text-decoration: underline;	
}
