

#footer {
  position: absolute;
 
}

/*html, form, body {
position:relative;
}*/

html,
body {
   margin:0;
   padding:0;
   height:100%;
      background: #f0f0f0;
}
form {
   min-height:100%;
   position:relative;
}