@charset "UTF-8";
/* CSS Document */
body {
	background-color: #fafafa;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul  h1, h2 {
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
}
a {
	background-image: url(../images/enter_sprite.png);
	height: 210px;
	width: 400px;
	background-repeat: no-repeat;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15%;
}
a:hover {
	background-position: -400px 0px;
}
a span {
	display: none;
}
