body, html, div, img { margin: 0; padding: 0; border: 0; }
body, html { height: 100%; }
body { background-color: #000000; color: white; }
#divDistance { height: 50%; margin-bottom: -375px; /* T'was half the container size*/ float: left;/*T'was, in conjunction with the "clear: left" below, to make top left corner of the container div alwais visible */ }
/*#divFlash { width: 1100px; height: 750px; margin: 0 auto; clear: left; } /* T'was the "clear left" mentioned above */

/* GuestCentric Booking Engine */
#flashContainer
{
    width: 1100px;
    height: 750px;
    margin: 0px auto;
    clear: left;
    position: relative;
}

#divFlash
{
    width: 1100px;
    height: 750px;
    position: relative;
    z-index: 0;
}

#booking
{
    position: absolute;
    top: 54px;
    right: 571px;
    display: block;
    background: #000000;
    border: 2px solid #000000;
    z-index: 90;
}

.ie8 #booking
{
    top: 52px;
}

.ie7 #booking
{
    top: 50px;
}

.es #booking
{
    right: 605px;
}

#booking a, .booking, a
{
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #999999;
}

#booking a:hover, a.booking:hover, a:hover
{
    color: #ffffff;
}

