/**
Copyright © Casper de Hart 2009.
*/

html {
	background: #000000;
	background-image: url('images/background.png');
	background-repeat: no-repeat;
	background-position: top center; 
}
h1 {
	background-image: url('images/text.png');
	background-repeat: no-repeat;
	text-indent: -10000px;
	
	width: 434px;
	height: 72px;
	
	margin: 250px auto 0px auto;
}