body {
        color: #000;
        background-color: #fff;
        font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
        font-size: 12px;
        min-height: 101%;
        background-size: 100% 100%;
    }
    #home {
        margin: 0 auto;
        opacity:0.7;
        width: 70%;
        min-width: 950px;
        background-color: #fff;
        padding: 30px;
        margin-top: 50px;
        margin-bottom: 50px;
        box-shadow:  8px 6px 10px rgba(100,100,100,0.3);
    }
#footer {
    color: #686868;
    text-align: center;
    min-height: 15px;
    _height: 15px;
    border-top: 1px solid #ededed;
    margin-top: 50px;
    padding-top: 30px;
    margin-bottom: 10px;
}
#poweredby{
   display:none;
}
.blogStats{
   display:none;
}
#back-to-top {
    display: inline;
    width: 60px;
    height: 30px;
    line-height: 30px;
    background: rgba(206, 206, 206, 0.6);
    right: 10px;
    bottom: 10px;
    z-index: 1;
    border-radius: 3px;
    text-align: center;
    position: fixed;
    right:120px;
    color: black;
}
#back-to-top:hover{
     background: rgb(206, 206, 206);
}
#cnblogs_c1{display:none;}
#cnblogs_c2{display:none;}