#home {
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.5);
}
#cnblogs_post_body{
font-size:15px;
}
#sideBar {
    width: 230px;
    min-height: 200px;
    padding: 0px 0 0px 5px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 15px;
}
#mainContent .forFlow {
    margin-left: 22em;
    float: none;
    width: auto;
    font-size: 15px;
}
a#cb_post_title_url{
color: #444;
font-size:20px;
}
#topics .postTitle {
    font-size: 130%;
    font-weight: bold;
    border-bottom: 1px solid #999;
    float: left;
    line-height: 2.5em;
    width: 100%;
    padding-left: 5px;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #fdfcfc;
    font-size: 15px;
}
a#Header1_HeaderTitle{
    color: #795779;
    text-decoration: none;   font-size: 40px;
    float: left;
    -webkit-box-reflect: below 10px -webkit-linear-gradient(transparent,transparent 50%,rgba(255,255,255,.5));
}
#header{
   border-top:4px solid #cc99cc;
border-bottom: 1px solid #cc99cc;
}
.blogStats {
    color: #fff;
    font-size: 13px;
}
#navigator {
    background-color:#cc99cc;
    height: 30px;
    clear: both;
}

body {
background: url(https://images.cnblogs.com/cnblogs_com/Emily-m/1491484/o_long.jpg) no-repeat fixed;
   height:100%;
  width:100%;
 -moz-background-size:100% 100%;  
    background-size:100% 100%; 
}
#blogTitle {
    height: 70px;
    clear: both;
}