@charset "UTF-8";
/* CSS Document */

 /* IE6 */ 
 
 * html, 
 * html body{ 
 overflow-y:hidden;
 top:0px;
 } 
 * html body{ 
 height:100%; 
 overflow-y:scroll; 
 } 
 * html div#footer{ 
 clear:both;
 position:absolute;
 width: 1000px; 
 bottom: expression(this.parentNode.clientHeight % 2 == 0 ? 0 : -1);
  
 }
 * html #footer p.f_left{padding:8px 5px 8px 22px;margin: 0; float: left;}
 * html #container{top:0px;}

