/* from http://solardreamstudios.com/learn/css/footerstick/ */

#container-page {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}






#container-content {
  padding-bottom: 80px;
}




#container-foot {
  width: 100%;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px;
  height: 40px;
}

