﻿

.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: 548px;
        height: 47px;
        background: url(../images/title.png) 0 0 no-repeat;
        top: 47px;
        right: 40px;
    }

    .header ul {
        position: absolute;
        width: 1003px;
        height: 45px;
        left: 0px;
        top: 116px;
        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: 140px;
            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: -0px 0px;
        }

        .header li a#link2 {
            background-position: -140px 0px;
        }

        .header li a#link3 {
            background-position: -280px 0px;
        }

        .header li a#link4 {
            background-position: -420px 0px;
        }
		
		.header li a#link5 {
            width: 150px;
            background-position: -560px 0px;
        }

		.header li a#link6 {
            background-position: -710px 0px;
        }
		
		.header li a#link7 {
            width: 153px;
            background-position: -850px 0px;
        }
.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;
}
