* {
	padding: 0;
	margin: 0;
	
}

body {
	background-color: white;
}

#content {
 position: absolute;
 width: 920px;
 height: 530px;
 left: 50%;
 top: 50%;
 margin-left: -460px;
 margin-top: -265px;
}
