.parallax {
	background-image:url('../images/ctms-home2.jpg');
	background-size: cover;
	background-position:top center;
	background-repeat:no-repeat;
	height: 350px; 	
	width:100%; 	
	top:0;
	position:absolute;
}
body {
	background-color:#efefef;
}