html {
overflow: auto;
}

body {
	background-color: white;
	text-align:center;
	margin: 0;
	padding: 0;
}

div {
  margin: 0;
  padding: 0;
}

#wrapper {
	position: absolute;
	width:1010px;
	height: 580px;
	top: 50%;
	left: 50%;
	margin-left: -505px;
	margin-top: -290px;
	text-align:left;
}