html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #131313;
	background-image: url('logo.png');
	background-position: center center;
	background-repeat: no-repeat;
}
