﻿html, body {
  height: 100%; /* Required */
}

#container-page {
  margin: 0 auto;    
  position: relative;   
  min-height: 100%;
  height: auto !important; 
  height : 100%;   
}

#container-content 
{padding-bottom:30px;}

#container-foot {
  width: 950px;  
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 30px;
  color: #284279;  
  text-align:right;
  z-index: -1;
  font-size: 9pt;
}


	

