body {
	background-color: #722f35;
}

#container:before {
	content:url(/images/empty.png);
	height: 649px;
	width: 100%;
	background-image: url(/theme/theme_8/page_background.png);
	background-position: center 95px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	z-index: -1;
}	

#container:after {
	content:url(/images/empty.png);
	height: 654px;
	width: 100%;
	background-image: url(/theme/theme_8/container_background.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 95px;
	z-index: -2;
}