html, body 
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	/*background-color: #eee;*/
}

#logo {
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -426px;
	margin-top: -71px;
	width: 852px;
	height: 142px;
	background-image: url('../logo.svg');
	background-repeat: no-repeat;
}