@charset "utf-8";

body{
    background: #00ebe3;
}

#splash_holder{
   position: absolute;
   top: 50%;
   left: 50%;
   display: block;
   background: url(../images/splash.png) no-repeat center top;
   width: 920px;
   height: 320px;
   margin:-160px 0 0 -460px;
}

#splash_holder.on{
	 background: url(../images/splash.png) no-repeat center bottom;
}

#splash span{
	display:none;
	position: relative;
}

#splash a{
	position: absolute;
	width: 170px;
	height: 55px;
	top: 145px;
	left: 400px;
	text-indent:-9999px;
}