body {
	background: #c9c9c9 url(images/tail-bot.gif) repeat-y 50% 0%;
	margin: 0;
	padding: 0;
}
#tail-left {
	background: url(images/tail-left.gif) repeat-x 0% 0%;
	width: 50%;
	height: 750px;
	position: absolute;
	top: 0;
	left: 0;
}
#tail-right {
	background: url(images/tail-right.gif) repeat-x 0% 0%;
	width: 50%;
	height: 750px;
	position: absolute;
	top: 0;
	right: 0;
}
#main {
	background: url(images/main-bg.jpg) no-repeat 0% 0%;
	width: 980px;
	height: 750px;
	margin: 0 auto;
	position: relative;
}

object { outline:none}

