body .fixedPic{
    position:fixed;
    bottom:0;
    right:0;
    width:100px;
    height:100px;
  }
body .diggit{
   position:fixed;
   bottom:200px;
   right:20px;
}
body{
   background-color:#fffef9;
}
#header {
    background: url(https://images.cnblogs.com/cnblogs_com/zjl-712/1844869/o_20120808415618073.jpg) repeat-y scroll 0 0 #f0eef5;
    background-size:100% auto;
    overflow-x: hidden;
   background-position:0 15%;
}
#blogTitle{
    background:none;
}