	
	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
	background-color: #FFFFFF;
	height: 590px;
	width: 900px;
	}
	/* end hide */

	body {
	background-color: #F7FFFF;
	border: thin solid #00CC99;
	margin-top: -295px;
	margin-left: -450px;
	left: 50%;
	top: 50%;
	position: absolute;
	height: 590px;
	width: 900px;
	}
	
	#global {
	background-color: #F7FFFF;
	border: thin solid #00CC99;
	margin-top: -295px;
	margin-left: -450px;
	left: 50%;
	top: 50%;
	position: absolute;
	height: 590px;
	width: 900px;
	}
