@charset "UTF-8";
/* CSS Document */

 .hold a {
	outline: none;
	position:relative;
	top: 60px;
	text-align: center;
	border: none;
	z-index: 3000;
	width: 400px;
	height: 400px;
	text-indent: -6000px;
	display: block;
	background: url(./hold.png) 0 0 no-repeat;
	left: 35%;
 }

 .hold a:hover {
 background-position: -400px 0;
 }

 .hold a:active {
 background-position: -800px 0;
 }
 #container {
	 position: absolute;
	 width: 1024px;
	 height: 800px;
	 text-align:center;
	 margin: auto;
 }
