html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body {
    background: url("https://media.greenleafcorporation.com/images/GreenleafCorporation-logo.png"), url("https://media.greenleafcorporation.com/images/GreenleafAerial_0019-3.jpg"), #feffd8;
    background-position: 20px 10px, 0px 0px, 0px center;
    background-repeat: no-repeat, no-repeat;
    background-size: 300px 66px, 100% 100%, 100% 100%;
}

#mainContent h2 {
    color: #616161;
}
