@import "fuss.css";

@media (orientation:landscape) {
    
article {
   position:absolute;
   left:0;
   width:80%;
   height:85%;
   top:0
}

main nav {
   background:url(wht_wall.gif);
   overflow-y:auto;
   position:absolute;
   right:0;
   width:20%;
   height:85%;
   top:0
}

}

@media (orientation:portrait) {
    
article {
   position:absolute;
   left:0;
   width:100%;
   height:50%;
   bottom:25%
}

main nav {
   background:url(wht_wall.gif);
   overflow-y:auto;
   position:absolute;
   left:0;
   width:100%;
   height:25%;
   bottom:0
}

}

#viewer {
   width:100%;
   height:100%
}

td.links {
  font-size:12pt;
  text-align:left
}

