
.content{
	display:block;
	padding-top: 100px;
	width:60%;
	margin: 0 auto;
}

section{
	background: white;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	overflow:hidden;
	
}
.contWrapper{
	color:#000;
	height: 200px;
	text-shadow:none;
}
.imageContainer{
	position: relative;
	z-index: 1;
}
.firstImage{
	background-image: url("../images/background/BG_CCM4.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	max-height: 100%;
	overflow:auto;
}

.iMid{
	background-image: url("../img/bg12.jpg");
}

.iMid2{
	background-image: url("../img/bg16.jpg");

}

.iLower{
	background-image: url("../images/background/Seeking.jpg");
	height: 100%;
	
}