html, body {
	margin: 0;
	width: 973px;
	height: 100%;
	overflow: hidden;
}
#background {
	width: 973px;
	height: 100%;
}
#all {
	position: absolute;
	top: 0;
	left: 0;
	width: 973px;
	height: 100%;
	overflow: auto;
}
