html, body {
	margin:0px;
	padding:0px;
	border-left:0px;
	border-right:0px;
	background-color:#EBD5B0;
}

#html {
	overflow:hidden;
}

#body {
	top:50%;
	position:absolute;
}

#object {
	width:900px;
	height:480px;
	top:50%;
	left:50%;
	margin-top:-240px;
	margin-left:-450px;
	position:absolute;
}
