html, body {
  height: 100%;
}

#main-wrapper {
  min-height: 100%;
}

#main-content {
  overflow:auto;
  padding-bottom:80px; /* this needs to be bigger than footer height*/
}

#footer-bottom {
  position: relative;
  margin-top: -80px; /* negative value of footer height */
  height: 80px;
  clear:both;
  padding-top:20px;
} 

.highlights {
	margin-top: 10px;
}

.contentcontainer {
  padding-right: 20px;
}