body {
	background: white;
	margin: 0;
	padding: 0;
	text-align:center;
}

#container {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 740px;
	height: 417px;
	margin-left: -370px;
	margin-top: -208px;

}