html, body {
	height: 100%;
}

body {
	background-color: #005497;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 340px auto;
}
