body {
	background-repeat: no-repeat;
	background-image: url(graphics/bg.jpg);
	background-color: #f47121;
}

#column {
	margin-bottom: 0px;
	background-position: 0px 820px;
	background-repeat: repeat-x;
	background-image: url(graphics/content_bg.png);
	top: 0px;
	border-left-color: white;
	border-right-color: white;
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	position: absolute;
	left: 213px;
	width: 596px;
}
.content {
	padding-bottom: 0px;
	position: relative;
	padding-right: 35px;
	padding-left: 35px;
}
