html {
  position: relative;
  min-height: 100%;
  height: auto;
}

body {
  margin-bottom: 110px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 40px;
}

