/*
html, body {
  background: url('https://files.cnblogs.com/files/tancp/blog-backgroud-2.gif')!important;
}

#subTitle {
  text-align:center;
  color:blue;
  font-family:"隶书";
}

#header {
    margin-top: 0px;
}
#blogTitle {
    display: none;
}
#navigator {
    margin-top: 0px;
    border-top-width: 0px;
}


#home {
    margin-top: 0px;
    width: 89%;
    min-width: 800px;
    opacity: 0.95;
    filter: alpha(opacity=95);
    box-shadow: 0 0 10px #000;
    border: solid 1px #fff;
    margin-bottom: 0px;
border-top-width: 0px;
    padding-top: 0px;
}

#green_channel {
    font-size: 15px;
    width: 920px;
}


#div_digg {
    position: fixed;
    bottom: 5px;
    width: 100px;
    right: 0px;
    border: 2px solid #6FA833;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px !important;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    z-index: 2;
}
#div_digg .diggit {
    background: rgba(0, 0, 0, 0) url("https://files.cnblogs.com/files/tancp/recommend_0.gif") no-repeat scroll 0 0;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 52px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 81px;
}
#div_digg .buryit {
    display: none;
    margin: 0;
    padding: 0;
}
#home{
    background-color: #C7EDCC;
}
*/