body
{
    background: #3d383a;
    margin: 0 auto;
    color: #6f666a;
    font: 14px/20px "Lucida Grande", Verdana, sans-serif;
}

div.container
{
    width: 960px;
    margin: 0 auto;
    position: relative;
}

div#preamble
{
    width: 960px;
    height: 542px;
    
    margin: 10px auto;
    background: url("../img/banner.gif") top center no-repeat; 

}
div#preamble h1, div#preamble p
{
    visibility: hidden;
}

div#contact
{
    margin: 0 auto;
    width: 380px;
    text-align: center;
    margin-top: -140px;
    text-shadow: #000 0 -1px;

}
div#contact p { position: relative; }

p span.left
{
    position: absolute;
    right: 160px;
    top: 12px;
}

a.button
{
    position: absolute;
    display: block;
    background: url("../img/button.png") 50% 50% no-repeat;
    width: 151px;
    height: 22px;
    padding: 11px 0 9px 0;
    margin: 0 auto;
    right: 0;
    
    color: #5bcbf5;
    text-decoration: none;
    text-shadow: #000 0 -1px;
    -moz-opacity: 0.8;
    opacity: 0.8;
}

span.amp
{
    font-family: "Baskerville", "Palatino", "Times", "Georgia", serif;
    font-size: 1.1em;
    font-style: italic;
}

div#footer
{
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    
    font: 11px/15px "Lucida Grande", Verdana, sans-serif;
    color: #645c5f;
    text-shadow: #000 0 -1px;
    
}
