body{
 background-color: #fff;
 text-align: center;
 width: 100%;
 font-family: Georgia,Tahoma,SimSun,Arial;
}

.Framework{
 width: 780px;
 text-align: left;
 border:0;
 background-color: #fff;
 margin-top: 5px;
}

#top{
  height: 200px;
  width: 780px;
  margin: 0 auto;
  background: url("https://i27.tinypic.com/zvasfs.jpg") no-repeat 0 0;
}

#top h1{
  visibility: hidden;
}

#sub{
  margin-top: 4px;
}

.MainCell,.FooterCell{
  border: 0;
}

.LeftCell{
  background-color: #f0eeee;
}

.post{
 border: 0;
}

.post h2{
 
 height: 30px;
 line-height: 30px;
 background-color: #ccc;
 text-indent: 1em;
}

.post h2 a{
  color: #b40a0a;
}

.date a{
 font-family: Georgia;
 font-weight: 500;
}

.MainCell .cnblogs_code{width: auto;}