/* hide from ie on mac \*/
	html { height: 100%; overflow: hidden; }
	
	#main {	height: 100%; overflow:hidden; }
	/* end hide */

	body { height: 100%; margin: 0; padding: 0; background: #f9f9f2; }
	
		#container { display: table; height: 100%; width:100%; position: relative; }

			#centered { position: absolute; top: 50%; display: table-cell; vertical-align: middle; height:200px; left: 0; }
			
				#flash, #ie64bit { font: 14px/22px Trebuchet MS; position: relative; top: -50%; height:50px; margin: 0 auto; text-align: center; width: 50%; }
				
				#ie64bit { color: red; height: 150px;}
				
				.firefox { font-weight: bold;}