html, body 
{    
    margin: 0;
    padding: 0;   
    background-color: White;
    min-width: 1124px;                        
}

#header 
{
    background-color: #006600;    
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;   
    text-align: center;   
    margin: 0px auto;
    height: 75px;    
}

#header #title
{
    width: 1024px;
    text-align: center;
    margin: 0px auto;
    height: 60px;
}

#header #title div
{
    text-align: left;
    position: relative;
    z-index: 2;
}

#body 
{
    width: 100%;
    position: relative;
    top: 75px;
    left: 0px; 
    background-image: url('/images/uk/mainsite/10ticks-background-green.png');    
    background-repeat: repeat-x; 
    background-position: 0px -75px;   
    z-index: 1;
}

#boffin
{    
    width: 1024px;
    text-align: right;
    margin: 0px auto;               
    position: relative;
    top: -75px;    
    z-index: 1;    
}

#footer
{
    background-image: url('/images/uk/mainsite/repeat-footer.png');    
    background-repeat: repeat-x;     
    background-position: 0px 10px;
    width: 100% !important;    
    height: 256px;  
    position: absolute;
    z-index: 1;
    background-color: #D2FF40;    
}

#siteheader,
.siteheader
{
    color: #006600; 
    font-weight: bolder; 
    font-size: 48px; 
    font-family: Century Gothic, Verdana, Arial;
    text-align: center !important;
    padding-top: 10px;
    display: block;
}
