@charset "utf-8";
@import "base.css";

html, body {
	height:100%;
}

body {
	text-align: center;
	height: 100%;
}

#wrapper {
	width: 100%;
}

h1 {
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 665px;
	height: 535px;
	margin: -267px 0 0 -350px;
}

h1 a {
	background: url(../images/index.jpg) 0 0 no-repeat;
	width: 665px;
	height: 535px;
	display: block;
}

h1 a:hover {
}
