/* added by oldhendra 12:23 PM 1/22/2013: some RWD */
@media screen and (min-height:900px){
  .contentarea {
    position: fixed;
    bottom: 100px;
    width: 100%;
  }
  .footer {
    position: fixed;
    bottom: 0px;
  }
}