	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
		text-align: center;
	}
	
	#flashcontent img {
		padding-top: 100px;
	}
	
	#flashcontent a {
		font-size: 14px;
		font-family: Arial, sans-serif;
		color: #8c9093;
		text-decoration: none;
	}
	
	#flashcontent a:hover {
		text-decoration: underline;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #fff;
	}
	
	#content {
		display: none;
	}


