/* CSS that is specific to the landing page (index.php) */


a#enter_button:hover { background-image: url(../images/enter2.gif); }
a#enter_button {
    display: block;
    width: 223px;
    height: 82px;
    background-image: url(../images/enter.gif);
    border:0px;
    margin-top:90px;
    margin-bottom:3440px;
}

a .menu_button { 
    display: none;
}
