  html, body {
     position: absolute;
     height: 100%;
     max-height: 100%;
     width: 100%;
     margin: 0;
     padding: 0;
   }
   iframe {
     position: absolute;
     height: 100%;
     width: 100%;
     border: none;
   }
   #container {
     position: absolute;
     top: 90px; /* Change with Height of #header */
     bottom: 0;
     width: 100%;
     overflow: hidden ;
   }
   #header {
     position: absolute;
     top: 0px;
     height: 90px; /* Change with top of #container */
     color: #eee;
     background-color: #000000;
     width: 100%;
   }
   #footer{
     position: absolute;
     bottom: 0px;
     height: 100px; /* Change with top of #container */
     color: #eee;
     background-color: #000000;
     width: 100%;
   }
#header-right {
    position: absolute;
    top: 0;
    right: 25px;
	text-decoration: none;
}
#header-left {
    position: absolute;
    top: 15px;
    left: 25px;
	text-decoration: none;
}   