body{  
    margin: 0;  
    padding: 0 0 66px 0;  
}  
* html body{  
    overflow: hidden;  
}   
  
#footer {  
    position: fixed !important;  
    position: absolute;  
    bottom: 0;   
    width: 100%;  
    box-sizing: border-box;
  padding:14px 0px 14px 0px ;
  background-color: #bcf5f6;
  border:none;
  color:#0a9ea0;
  font-size:0.8em;
  text-align:center;
  border-right: 8px solid #ffffff;
 border-left: 8px solid #ffffff;
  border-bottom: 8px solid #ffffff;
}  
* html div#main{  
  height: 100%;  
  overflow: auto;

