/* CSS Document */
/* hide from ie on mac \*/
html {
	height:100%;
	overflow:hidden;
}
#flashcontent {
	width:100%;
	height:100%;
}
/* end hide */
body {
width:100%;
height:100%;
margin:0px;
padding:0px;
background-color:#d3c280;

}

.credits {
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	width:750px;
	margin:0 0 0 -375px;
	left:50%;
	position:absolute;
}
