body {
	background-color: #933334;
	background-image: url(../images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.oneColFixCtrHdr #homepageContent {
	zoom: 1;
	padding-top: 200px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 650px;
    height: auto !important;
    height: 650px; 
}

.introContent {
	height: 560px;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

.introContent .introSummary {
	width: 430px;
	padding-bottom: 15px;
}
.introContent .introSummary p {
	font-size: 13px;
	line-height: 23px;
	color: #381206;
}

.introContent .introFeatures {
	width: 430px;
}
.introContent .introFeatures p {
	margin-left: 123px;
}
.introContent .introFeatures ul li {
	clear: both;
}
.introContent .socialmedia {
	position: absolute;
	bottom: 20px;
	right: 225px;
}
