html, body {margin:0; padding:0; width:100%; color: #FFAAA9; height:100%; overflow:hidden;}

#background{position:absolute; z-index:0; width:100%; height:100%;}

#content {width: 1000px;
	height: 600px;
	margin-left: -500px;
	margin-top: -300px;
	top: 50%;
	left: 50%;
	position: absolute; z-index:1;}