﻿body
{
    margin: 0px 0px;
    padding-top: 0px;
    text-align: center;
    font-family: Trebuchet MS, verdana, Arial, ;
    font-size: 14px;
    color:#b46601;     
    background-image: url(../images/bg_photo.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: white;   
}

#Container
{
    width:980px;
    margin:0px auto;
    text-align:left;
    background-color:black;
    line-height:22px;
}

H1
{
    color:#cd9356;
    font-size:16px;
    }

A
{
    color:white;     
    text-decoration:none;
    }
A:hover
{
    color:#cd9356;     
    text-decoration:underline;
    }    
    
.footer
{
    font-size:11px;
    }
.footer A
{
    color:#b46601;     
    text-decoration:none;
    }
 
