#water-background {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 105%;
	height: 500px;
	padding-top: 139px;
	background: url(/css/i/background.jpg) center bottom repeat-x #fff;
	z-index: -1;
}

body {
	height: 100%;
	min-width: 1030px;
}