* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

#container-page {
  margin: 0 auto;
  width: 952px;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-foot {
  width: 952px;
  background-color: #CCCCCC;
  position: absolute;
  bottom: 0 !important;
  bottom: -1; /* For Certain IE widths */
  bottom: auto; /* For Certain IE widths */
  height: 0px;
}