

div.limiter {
    width: 980px;
    margin: 0 auto;
    position:relative;
}

#topheader {
    height: 120px;
    width: 100%;
    background-color: #bebab1;
    color:#5c5046;
}

#header {
    width: 980px;
    margin: 0 auto;
    position:relative;
    background-color: #5c5046;
    color:#ffffff;
}

#subheader {
    background-color: #bebab1;
    color:#5c5046;
    height:10px;
}

#mainlogo {
    width:320px;
    height:105px;
    position:absolute;
    top: 10px;
    left: 0px;
    background-image: url(resources/elbilogo.png);
    background-repeat: no-repeat;
}




#content {
   width: 100%;
   background-color:#ffffff;
   margin: 0px;
   padding:0px;
   color: #4b4639;
}
#content div.limiter {
    background-color:#ffffff;
}
#presubfooter {
   
   width: 100%;
   color: #ffffff;
   background-color: #4b4639;
   min-height: 10px;
}

#subfooter {
   border-top: 5px solid  #5c5046;
   width: 100%;
   color: #5c5046;
   background-color: #a09489;
   height: 170px;
}


#footer {
    height: 80px;
    width: 100%;
    background-color: #ffffff;
    color:#4b4639;
    
}
#footer #credits a {
    color: #4b4639;
    text-decoration: none;
    font-weight: normal;
}
#footer a:hover {
    color: #4b4639;
}

#footerlogo {
    background-image: url("resources/elbilogo_f.png");
    background-repeat: no-repeat;
    height: 53px;
    left: 800px;
    position: absolute;
    top: 5px;
    width: 170px;
}

#credits {
    text-align:right;
    font-size: 12px;
}
