#content {
    color: #5E1211;
    position: relative;
}
#content2 {
    background-image: url(images/about_bg.jpg);
	background-position: center;
    position:relative;
    width: 100%;
    color: white;
}
#content2 p {
    padding: 30px;
}
.about {
	background-color: white;
	opacity: .75;
	color: #268733;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
}
.about p {
	opacity: 1.0;
	font-weight: bold;
	font-size: 18px;
}