#headfull {position:fixed;
      margin:0;
      display:block;
      height:0px;/*height:24px;*/
      width:100%;
      padding-left:0px;
      padding-right:0px;
      background:#dde;/*#dde*/;
      font-size:4em;
      z-index:4;
      color:#fff;}

#content {display:block;
         top:0px;
         height:100%;
         bottom:0px;
         overflow:hidden;
         left:0px;
         padding-right:0px;
         padding-left:0px;
         position:relative;
         z-index:3;}
         
#footfull {position:fixed;
      padding-left:45%;
      padding-right:15px;
      margin:0;
      bottom:0px;
      width:100%;
      height:5%; /*background: #dde; background:rgb(214,100,50);*/
      color:#99a;
      text-align:left;
      font-size:1em;
      z-index:5;}