html,body{height: 100%;width: 100%;margin:0;padding:0;}
body{
  min-height:auto
}
#home {
  width: 100%;
  min-width: 100%;
padding-bottom: 60px;

}
#header {
  margin-top:0;
  height: 200px;
  border: none;

}
#blogTitle {
  height: 130px;
}
#footer {
   position: fixed;
    width: 100%;
padding-bottom: 10px;
background:#fff;
    bottom: 0;
   margin-bottom: 0;
}