body {
	margin: 0px;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/bg_grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#content {
	height: 100%;
	width: 780px;
	position: absolute;
	margin-left: -390px;
	left: 50%;
	top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #917641;
	border-left-color: #917641;
}

