body { color: #000;
       background: #fff url(picts/paper.png);
       margin-right: 4em;
       }
IMG { vertical-align: middle;
      border: 0
      }
img.right { float: right; }
div.center { text-align: center; }
div.header { font-size: 1.2em;
             }
div.floatingmenu { margin: 0;
                   font-weight: bold;
                   line-height: 1.1;
                   text-align: center;
                   position: fixed;
                   position: absolute; /* Fallback if 'fixed' not supported */
                   top: .2em;
                   left: auto;
                   width: 4em;
                   right: .5em;
                   }
/* WinIE6 gets confused by 'fixed', so hide it.
   Selector trick courtesy of Johannes Koch, see
   http://pixels.pixelpark.com/~koch/hide_css_from_browsers/
*/
div>div.floatingmenu {
  position: fixed;		/* Overrides 'absolute' above */
}
