
div.greeting {
	position: relative;
}

div.greeting-img{
	background: url(images/message_img.jpg) no-repeat center top 0px;
	background-size: cover;
	padding: 200px 0px;
	width: 100%;
}

div.greeting div.greeting-text {
position: static;
padding: 20px;
}

