* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

html {
    background: url(../images/bg.jpeg);
}

#my_html {
    width: 1000px;
    margin: 0 auto;
}

#banner {
    font-size: 0px;
    width: 100%;
}

#banner img {
    width: 100%;
}

#bar {
    height: 40px;
    width: 1000;
    box-sizing: border-box;
    background-color: #F9E20D;
    padding: 0px 5px;
}

#bar li {
    display: inline-block;
    line-height: 40px;
    float: left;
    width: 165px;
    text-align: center;
}

#bar li a {
    text-decoration: none;
    color: #252525;
}

#bar li:hover {
    background: url(../images/bg2.png);
}

#bar li:hover a {
    color: #fff;
}

#main {
    width: 1000px;
    background-color: #fff;
    padding-top: 20px;
}

h1 {
    font-size: 22px;
    line-height: 60px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
    border-bottom: 1px solid #242424;
}

h1 span {
    display: inline-block;
    height: 14px;
    width: 14px;
    background-color: #3E3E3E;
    border-radius: 50%;
    margin-right: 10px;
}

footer {
    width: 1000px;
    background: url(../images/bg2.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 50px;
    color: #fff;
}