iframe{
position:fixed;
left:-5;
height:98%;
width:100%;
z-index:"0";
}

.footer{
position:fixed;
right:0%;
bottom:-1%;
z-index:"2";
}

.header{
position:fixed;
left:0;
top:0;
z-index:"1";
}
