#main {
	background-color: #DB7C2A;
	height: 100%;
	width: 100%;
}
#content {
	background-repeat: repeat-y;
	height: 100%;
	background-image: url(/images/slice.jpg);
	background-position: center;
}
#site {
	background-image: url(/images/slice.jpg);
	background-repeat: repeat-y;
	height: 100%;
	overflow: visible;
}
