/* Import */
@import url('css/reset.css');


/* Site */

body {
	background-color:black;
}

h1 {
	width:480px;
	height:200px;
	background:url('images/logo.png') #000000;
	text-indent:-9999px;
	margin:200px auto;
}
