html, body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#666;
	text-align:center;
}

* {
margin:0px auto;
padding:0;
}

a { text-decoration:none; color:#1B5E11; }

a:hover {text-decoration:underline; }

div#alignfix {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -295px;
	float: left;
}


#flashcontent {
	height: 590px;
	width: 970px;
	text-align:center;
	clear: both;
	position: relative;
	top: -295px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
}

/* Hide from IE5mac \*//*/

div#alignfix {
	display: none;
}

html, body {
	height: auto;
}
/* end hack */
/* ]]> */
	
	
div#credits {
	width: 970px;
	position:relative;
	text-align:center;
	margin-top:5px;
}