body,html {
	background-color: #FFFFFF;
	margin: 0;
	overflow: auto;
	min-width: 1020px;
	min-height: 680px;
}
div#container {
	z-index:1;
	margin:auto;
	width:1020px;
	height:680px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left: -510px;
	margin-top: -330px;
}
