html, body {height: 100%;}body {	margin: 0;	padding: 0;	position: relative;	min-width: 1000px;	min-height: 668px;}#Container {	background: url(../images/girl.jpg) no-repeat center center;	margin: -334px 0 0 -500px;	position: absolute;	top: 50%;	left: 50%;	width: 1000px;	height: 668px;}