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

body {
	margin: 0; 
	color: white;
	font: 62.5% Helvetica, Arial, Sans-Serif;
	text-align: center;
	background: black;
}

img {
	border: none;
}

div#content {
	text-align: left;
	width: 808px;
	height: 637px;
	margin: 50px auto;
}
