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

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

