body{
	margin: 0;
	padding: 0;
	background: #007790;
/*	background-size: 100%;
*/	font-family: 'Merriweather', sans-serif;	
	color: #fff;
	background-size: contain;
}

#content-wrap {
	width: 100%;
}

#content {
	padding-top: 20px;
}

#content h1 {
	width: 80%;
	background-size: contain;
	background-position: left center;
}

#content h2 {
	width: 80%;
	margin-top: 20px;
	font-size: 22px;
}

div#form2 {
	width: 100%;
}

#footer p.detail {
	width: 80%;
	font-size: 18px;
}