*  { 
   margin:  0; 
   padding:  0;
} 
 
html  { 
  height:  100%; 
} 
 
body  { 
   position:  relative; 
   height:  auto  !important; 
   height:  100%; 
   min-height:  100%;
   width:  100%; 

} 
 
ul  { 
   position:  absolute; 
   bottom:  0; 
   width:  100%; 
} 
 
div  { 
   padding-bottom:  4em;
   width:  100%;  
}

