#home {
  text-align: left;
  background: #ffffff;
  width: 92%;
  height: 20px;
}
#footer{
  position:absolute;
  bottom:0px;
  background-color: #ffffff;
  width:100%;
  text-align:left;
  color:#404040;
  padding-bottom:5px;
}
#content {
  text-align: center;
  background: #ffffff;
  width: 92%;
  height: 55%;
}