/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden; }
#stage { 
	height: 100%; }
/* end hide */
body {
	margin: 0; 	padding: 0;
	height: 100%;
	background: #003466;
	overflow: hidden;
	text-align: center; }
