* {
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	color: #666;
	text-align: center;
	font: italic 22px/2 Georgia, sans-serif;
}
div {
	height: 220px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -110px;
}
.logo {
	margin-bottom: 50px;
}
