﻿div.header_background {
    background:url('/images/header.jpg') no-repeat #FFF;
}

#header_spacer{
    height:200px; width:990px;
}
#header_divider {
    height:50px; width:990px; position:relative; 
    opacity : 0.8;    filter: alpha(opacity=80); background-color:#ddd; 
}

#header_title{
    position:absolute; 
    bottom:0px; 
    font-size:200%; 
    line-height:50px; 
    width:990px; 
    text-align:right; 
    color:maroon;
}


