body {
 border-top: 5px solid #4f0024;
}
#logo {
 position: absolute;
 top: 35px;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
 width: 350px;
}
#logo img {
 width: 350px;
}



@media screen and (max-height: 900px) {
	#logo {
	 display: none;
	}
}
