Team:Macquarie Australia/FooterCss

  1. body {
  margin:0;
  padding:0;
  height:100%;

}

  1. container {
  min-height:100%;
  position:relative;

}

  1. header {
  background:#ff0;
  padding:10px;

}

  1. body {
  padding:10px;
  padding-bottom:60px;   /* Height of the footer */

}

  1. footer {
  position:absolute;
  bottom:0;
  width:100%;
  height:60px;   /* Height of the footer */
  background:#6cf;

}

}