#footer {
  visibility:hidden;
  margin-top: 100px;
}

#iframe_wrap {
position:absolute;
top: 60px;
left: 0;
right: 0;
bottom: 0;
}

.iframe { height: expression(document.documentElement.clientHeight + "px"); }

