html, body
{
	padding: 0;
	margin: 0;
	background: black;
	text-align: center;
	color: white;
}

#logo
{
	height: 500px;
}

