/* hide from ie on mac ?*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flash_container {
		height: 100%;
	}
	
	.content {
		height: 100%;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		background-color: #333;
	}