﻿

.header {
    float: left;
    height: 162px;
    width: 1003px;
    position: relative;
}

    .header a#aLogo, .header a#aTitle {
        position: absolute;
        display: block;
    }

    .header a#aLogo {
        width: 270px;
        height: 88px;
        background: url(../images/logo.png) 0 0 no-repeat;
        top: 20px;
        left: 67px;
    }

    .header .titleBox {
        width: 757px;
        height: 116px;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .header a#aTitle {
        width: 305px;
        height: 60px;
        background: url(../images/title.png) 0 0 no-repeat;
        top: 46px;
        left: 484px;
    }

    .header ul {
        position: absolute;
        width: 1003px;
        height: 45px;
        left: 0px;
        top: 117px;
        margin: 0px;
        padding: 0px;
    }

    .header li {
        margin: 0px;
        padding: 0px;
        float: left;
        width: auto;
        height: 45px;
        text-align: center;
        line-height: 45px;
    }

        .header li a {
            color: #FFF;
            font-size: 16px;
            float: left;
            width: 162px;
            height: 45px;
            display: inline-block;
            background: url(../images/nvl.png) -0px 0px no-repeat;
        }

        .header li.setOn a {
            background-image: url(../images/nvlSetOn.png);
        }

        .header li a#link1 {
            background-position: -123px 0px;
            margin-left: 123px;
        }

        .header li a#link2 {
            background-position: -325px 0px;
            margin-left: 40px;
        }

        .header li a#link3 {
            background-position: -525px 0px;
            margin-left: 38px;
        }

        .header li a#link4 {
            background-position: -724px 0px;
            margin-left: 37px;
        }




.content {
    float: left;
    height: 571px;
    width: 1003px;
}

.footer {
    float: left;
    height: 35px;
    line-height: 35px;
    width: 1003px;
    color: #FFF;
    font-family: '宋体';
    letter-spacing: 1px;
    background:url(../images/footer-bg.png) 0px 0px no-repeat;
}
