body {
    height: 1200px;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    box-sizing: border-box;
}
.banner {
    height: 110px;
    width: 100%;
    float: left;
    background: lightgray;
    border: 1px solid black;
}
.new-bar {
    width: 80%;
    height: 650px;
    padding: 10%;
    border: black solid 2px;
    background: #818181;
    color: black;
}
.new-bar h1 {
    text-align: center;
}
.new-bar h2 {
    padding-left: 20%;
}
.findme {
    width: 65%;
    height: 300px;
    background: #666666;
    margin-left: 15%;
    text-align: center;
    font-size: 1.5em;
    color: aliceblue;
}
.lf_side {
    width: 35%;
    height: 300px;
    text-align: right;
    padding-right: 2px;
    background: #818181;
    color: #fff;
    float: left;
}
.rt_side {
    width: 60%;
    height: 300px;
    background: #686a6a;
    color: white;
    float: left;
}

#rtn_home {
    width: 100px;
    height: 40px;
    float: right;
    background: #818181;
    color: #fff;
}
#rtn_main {
    clear: both;
    width: 24%;
    height: 100px;
    float: right;
}
#rtn_home {
    width: 100px;
    height: 40px;
    float: right;
    background: #818181;
    color: #fff;
}
#rtn_main {
    clear: both;
    width: 24%;
    height: 100px;
    float: right;
}
.footer {
    clear: both;
    font-size: .8em;
    width: 100%;
    height: 60px;
    text-align: center;
    background: #666666;
    border-top: 5px solid #666666;
    color: cornsilk;
    bottom: 0;
}
.footer p {
    color: #fff;
}