#html, body {
  height: 100%;

}

#container {
	width: 920px;
	height: 562px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -460px;
	margin-top: -281px;
}
