body, html {
	background: #e6eaeb url(images/body-tail.jpg) repeat-y 50% 699px;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 980px;
}
div.body {
	position: relative;
	z-index: 2;
}
#tail-left {
	background: url(images/tail-left.jpg) repeat 0% 0%;
	width: 50%;
	height: 701px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#tail-right {
	background: url(images/tail-right.jpg) repeat 0% 0%;
	width: 50%;
	height: 701px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

object { vertical-align:top;}
