#home {
    margin: 0 auto;
    width: 65%;
    min-width: 1200px;
    background-color: #fff;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#navigator {
    font-size: 13px;
    height: 50px;
    clear: both;
    margin-top: 10px;
    position: fixed;
    top: 0;
    left: 72px;
    width: 90%;
}
#navList a {
    display: block;
    width: 5em;
    float: left;
    text-align: center;
    font: 20px/12px "";
}
#navList a:hover{color:#f99;}