body{
   background-image: url('https://files.cnblogs.com/files/suola/bg.gif');
   background-attachment: fixed;
   background-size:cover;
}
#home{
   background-image: none ;
}
.postTitle a{
    background: url('https://files.cnblogs.com/files/suola/first.gif') no-repeat;
    background-size: contain;
padding-left:30px;padding-bottom:0px;padding-top:0px;margin-left:20px;
}
#header h1 a,#header h1 a:visited,#header h1 a:link{
  color:#FFF;
}
#footer{
   /*background: url(https://files.cnblogs.com/files/suola/first.gif) no-repeat 38% 5px;
   padding-top: 40px;
   background-size: contain;*/
}
#sideBar{padding: 0 20px 0 0px;    position: relative;    top: -30px;}
#mainContent,#sideBar{ float:right;}