﻿/*------------------------------ Header ---------------------------*/
.footerBackground
{
    background-image: url(images/header/header_bg.png);
    background-repeat: repeat-x;
    width: 100%;
    top: 1000px;
    height: 110px;    
    position: relative;
}

.footerLogo
{
    background-image: url(images/header/logo.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 15px;
    width: 385px;
    height: 77px;
}