body, html {
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

div.body {
	background: url(images/bottom-bg.jpg) no-repeat 50% 700px;
	height:1000px;
	position: relative;
	z-index: 2;
}

#tail-left {
	background: url(images/tail-left.jpg) repeat 0% 0%;
	width: 50%;
	height: 950px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#tail-right {
	background: url(images/tail-right.jpg) repeat 0% 0%;
	width: 50%;
	height: 850px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}