

.content_center {
	align-content: center;
 	width: 98%;
	height: 100%;
    text-align: left;
	background: url(../img/content_bg.png) repeat;
	margin-left: 18px;
	margin-right: 40px;
	margin-top: 18px;
	padding-bottom: 40px;
	padding-top: 40px;

	
}

#large_bg_img_overlay {
	background: none;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
	top:80px;
   
}

p {
    color: #333;
	width: 50%;
    font-size: 16px;
    font-family: "Abel", Helvetica, Arial, sans-serif;
    padding-left: 80px;
	padding-bottom: 10px;
	padding-top: 10px;
 	
}