html, body {
	height: 100%;                                                                  
	margin: 0;                                                                     
	padding: 0;
	background-color:#FFFFFF;                                                                    
}

* {
	margin:0px auto;
	padding:0;
}

div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;                                                                     
	margin-top: -260px;                                                              
	float: left;
}
div#wrapper {
	width: 100%;
	clear: both;
	position: relative;
	top: -260px;
	/* IE4ever Hack: Hide from IE4 **/
		position: static;
	/** end hack */

}
/* Hide from IE5mac \*//*/
	div#shim {
		display: none;
	}
	html, body {
		height: auto;
	}
/* end hack */
/* ]]> */

#flashcontent {
	padding: 0;   
	margin: auto;
	width: 1000px; 
	height: 520px; 
	position: relative;
	z-index: 0
} 
