IE fixes


  
  #content, #sidebar, #footer {
   height: 1%;
   }
  * html dl.feature { /* for IE5+6 */
   height: 1%; 
   }
  *:first-child+html .feature { /* for IE7 */
   min-height: 1px; 
   } 
  
  </style>
  </head>