﻿#header {
    background-image: url(../image/09.jpg);
    height: 420px;
    background-position: center;
    background-repeat: no-repeat;
}

.logo {
    position: relative;
    top: 10px;
    left: 10px; 
    height: 62px;
    width: 503px;
    margin: 0 auto;
}

.menu {
    height: 77px;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto;
    position: relative;
    top: 10px;
    width: 900px;
}

.menu-middle {
    background: url(../image/a03.png);
}

.menu-left {
    width: 19px;
    background: url(../image/a01.png) no-repeat;
}

.menu-right {
    width: 17px;
    background: url(../image/a02.png) no-repeat;
}

.menu-middle img {
    margin-left: 35px;
    margin-right: 45px;
    margin-top: 5px;
}

.menu-middle span {
    width: 84px;
    height: 39px;
    display: block;
    text-align: center;
    line-height: 39px;
    cursor: pointer;
}

#header a:link, #header a:visited, #header a:hover, #header a:active {
    color: #ffffff;
}

#header div {
    margin: 0 auto;
}

#header .look {
    cursor: pointer;
    border: 0px;
}

.bg-roll {
    position: relative;
    top: 128px;
    text-align: center;
}

    .bg-roll span {
        background-color: #fff;
        width: 30px;
        height: 5px;
        display: inline-block;
        cursor: pointer;
        margin: 0 2px;
    }
