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

#content {
	height:100%;
	font-family:arial;
	font-size:12px;
	color:#724A1E;
}
/* end hide */

body {
	height:100%;
	margin:0;
	padding:0;
	background-color:#1F1308;
	text-align:center;
}

object:focus {
	outline:none;
}