*
{
    margin: 0;
    padding: 0;
}

body
{
    color: #252525;
    background: #fff;
    font: 62.5% normal "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
    text-align: center;
}

#main
{
    width: 804px;
    margin: 0 auto;
    position: relative;
    background: transparent url(/images/glump/cssimages/back.png) no-repeat left top;
}

h1, h1 span
{
    position: absolute;
    width: 364px;
    height: 205px;
    right: 0;
    top: 49px;
    z-index: 100;
}

h1 span
{
    top: 0;
    left: 0;
    z-index 200;
    background: transparent url(/images/glump/cssimages/logo.png) no-repeat left top;
}

#credits, #credits span
{
    position: absolute;
    right: 0;
    top: 254px;
    width: 364px;
    height: 49px;
}

#credits span
{
    right: 0;
    top: 0;
    z-index: 200;
    background: transparent url(/images/glump/cssimages/brought.png) no-repeat left top;
}

#video
{
    position: absolute;
    z-index: 500;
    left: 76px;
    top: 111px;
}

#content
{
    padding: 304px 12px 0 448px;
}

#content p
{
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 1em 0;
    text-align: left;
}

#content em
{
    font-style: normal;
    font-weight: bold;
    color: #4786A7;
}

#content p.disclaimer
{
    font-size: 1.1em;
}

#homelink, #homelink span
{
    text-align: left;
    font-size: .8em;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    width: 60px;
    height: 41px;
    z-index: 300;
}

#homelink span
{
    background: transparent url(/images/glump/cssimages/sundog.png) no-repeat left top;
    z-index: 400;
}

#homelink:hover span
{
    width: 140px;
}
