body {
	background-color: #EEE;
}
header {
	background: url('../images/backgroundHeader.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 580px;
	text-align: center;
	padding-top: 120px;
}

.main-content {
	background-color: #FFF;
	padding: 30px;
	margin-top: -150px;
	border-top: 3px solid #52B248;
	text-align: center;
}