/* CSS Document */
	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	
	#flashcontent {
		height: 933px;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
	}


