body {
	margin: 0;
	padding: 0;
	font: 3em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background-image: url(background.png);
}

h1 {
	color: white;
	text-indent: -10000px;
	padding: 0;
	background: no-repeat center center url(logo.png);
	height: 164px;
	width: 721px;
	margin: 100px auto 50px;
}