html{
	height: 100%;
	width: 100%;
}
body{
	display: block;
	background-image: url('/logo.png');
	background-repeat: no-repeat;
	background-position: center;
}