.content {
	background-image: url(../images/global/content_background.jpg);
	height: auto;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	float: left;
	width: 700px;
}

