@media screen, projection
{
  body, html { height: 100% !important; padding: 0; }
    
  #bgHorizontal {
	position:relative !important;
	min-height:100%; /* real browsers */
	height: auto !important;
	
  }
  * html #bgHorizontal { height:100% !important; }
  
  #page {
	position:relative !important;
	min-height:100%; /* real browsers */
	height: auto !important;
 
	
  }
  * html #page{ height:100% !important; }
   
  /* allocate space for footer ... */
  #page { padding-bottom: 363px; }

   
 

  #footer { 
  	position:relative !important; 
  	min-width: 960px; 
  	/*max-width: 80em;*/ 
  	margin: 0 auto; 
  	/* move #footer to its position ... */
  	margin: -363px auto auto auto; 
     background:#000;
    left:-3px;
    width:960px !important; 
  }
  
   
  
  #footer_content { 
    
    padding: 3px 0px 12px 0px;
    margin: 0 0px;
  }
}
