﻿.header
        {
            position: absolute;
            top: 0;
            background-color: #F5B142;
            width: 100%;
            float: left;
            color: #000;
            height:103px;
        }
        .header-img
        {
            width:1180px;
            margin: 0 auto;
        }
        .footer
        {
            position: absolute;
            bottom: 0;
            background-color: #F5B142;
            width: 100%;
            height: 35px;
            line-height: 35px;
            color: #000;
        }
        .footer a
        {
            color: Blue;
        }
