*
{
   margin: 0px;
   padding: 0px;
}

body, html
{
   height: 100%;
}

body
{
   margin: 0px;
   background-color: #ffffff;
   overflow-x: hidden;
}

img
{
   border: 0;
}

#enterButton
{
   background-image: url('../images/enter.gif');
   position: absolute;
   top: 50%;
   left: 50%;
   width: 172px;
   height: 21px;
   margin-top: -2px;
   margin-left: 147px;
}

#enterButton:hover
{
   background-image: url('../images/enter_o.gif');
}

#bubbleDiv
{
   background-image: url('../images/bubble.png');
   position: absolute;
   top: 50%;
   left: 50%;
   width: 150px;
   height: 100px;
   margin-top: -118px;
   margin-left: -148px;
}

#birdDiv
{
   background-image: url('../images/bird.gif');
   position: absolute;
   top: 50%;
   left: 50%;
   width: 50px;
   height: 50px;
   margin-top: -48px;
   margin-left: -21px;
}

#postDiv
{
   background-color: #000000;
   position: absolute;
   top: 50%;
   left: 50%;
   width: 20px;
   height: 50%;
   margin-left: -10px;
}

#lineDiv
{
   background-color: #000000;
   position: absolute;
   top: 50%;
   left: 0px;
   width: 100%;
   height: 1px;
   line-height: 0px;
   margin-top: 7px;
   font-size: 0pt;
}

#movingTextContainer
{
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: -100px;
   margin-left: -125px;
}

.movingText
{
   position: absolute;
   background-color: transparent;
   font-family: arial, verdana;
   font-size: 7pt;
   text-align: left;
   border: 0;
   width: 100px;
   color: #888888;
}

#movingText00
{
   top: 0px;
}

#movingText01
{
   top: 10px;
}

#movingText02
{
   top: 20px;
}

#movingText03
{
   top: 30px;
}

#movingText04
{
   top: 40px;
}

#movingText05
{
   top: 50px;
}

a .alt
{
   display: none;
}
