﻿#hf-wrapper, #hf-header, #hf-footer { width: 800px; }

#hf-wrapper {
   min-height: 100%;
   position: relative;
   margin: 0px auto;
}
* html #hf-wrapper { height: 100%; } 

#hf-header {}

/*#hf-body { padding-bottom: 40px; }
#hf-body:after { 
   content: " "; 
   display: block; 
   clear: both; 
}*/
* html #hf-body { height: 1px; }

#hf-footer {
   /*position: absolute;
   bottom: 0;*/
   height: 40px;
}


/* 
#hf-wrapper, #hf-header, #hf-footer { width: 800px; }

#hf-wrapper {
   min-height: 100%;
   position: relative;
   margin: 0px auto;
}
* html #hf-wrapper { height: 100%; } 

#hf-header {}

#hf-body { padding-bottom: 40px; }
#hf-body:after { 
   content: " "; 
   display: block; 
   clear: both; 
}
* html #hf-body { height: 1px; }

#hf-footer {
   position: absolute;
   bottom: 0;
   height: 40px;
}
*/