/* CSS Document */
html,body {
  height:100%;
}
#wrapper {
  min-height: 100%;
}
/* Hack para IE 6 */
* html #wrapper {
  height:100%;
}
#foot {
  position:relative;
  height:40px;
  margin-top:-80px;
}
