*
{
   margin: 0px;
   padding: 0px;
}

body
{
   background: #ffffff url(../images/splash_bg.gif) no-repeat;
}

img
{
   border: 0px;
}

#enterButton
{
   background-image: url('../images/splash_enter.gif');
   position: absolute;
   top: 500px;
   left: 350px;
   width: 313px;
   height: 60px;
}

#enterButton:hover
{
   background-image: url('../images/splash_enter_o.gif');
}

a .alt
{
   display: none;
}

