/* hide from ie on mac \*/
html, body, div#root, object#content {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

/* end hide */
body {
	margin: 0;
	color: black;
	font: 62.5% Helvetica, Arial, Sans-Serif;
	background: black;
}

div#fallback {
	background: url("../img/content_bg.png") no-repeat;
	padding: 287px 0 0 243px;
	width: 557px;
	height: 313px;
}