
body
{
    background-image: url(/images/kauai_beach_1700x900.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top left;
    background-color: #474D5B;
}

div#info
{
    position: absolute;
    top: 350px;
    left: 125px;
    padding: 15px 20px 2px 20px;
    background-image: url(/images/intro_bg.png);
    background-repeat: repeat;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

div#info p
{
    font-family: Garamond, Arial;
    font-size: 182%;
    color: white;
    margin: 0;
    padding: 0 0 13px 0;
}

div#info p.link
{
    font-size: 116%;
    font-family: Verdana;
    font-style: normal;
}

div#info p.link a
{
    color: white;
}

