@charset "utf-8";
/* CSS Document */

html, 
html body { 
overflow-y: hidden!important; 
height: 100%;
margin: 0;
padding: 0; 
}

html #iefix { 
height: 100%;
overflow-y: scroll;
position: relative;
}

html div#fixme, 
html div#fixme-bottom, 
html div#fixme-middle {
position: absolute;
}

div#fixme-bottom {
position: fixed; 
bottom:0px; 
right: 17px;
z-index: 2;
}

