body {
	font-family: 'Lato', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

div#container {
	position: absolute;
	text-align: center;
	top: 50%;
	margin: -94px 0 0 0;
	width: 100%;
	height: 188px;
	background-image: url('/jh2.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
