html,body { height: 100% }
body { font-family: sans-serif; margin: 0; background: url(eqleather.jpg) fixed; }
#sheet { 
    background: url(eqpaper.png) repeat;
    margin: auto;
    margin-top: 20px;
    width: 700px;
    min-height: 100%;
    text-align: justify;
}
#disp { 
    background: url(eqpaper.png) repeat;
}
#content { margin: 20px; }
#toolbar { background-color: rgb(32,128,32); position: relative }
span.left { position: absolute; left: 15px }
span.right { position: absolute; right: 15px }
#toolbar a { text-decoration:none; color: rgb(240,240,192); margin-left: 5px; margin-right: 5px; }
a.block { display:block; width:100%; text-decoration:none; color: black; }
a:hover { text-decoration:none; background-color: #E0FFE0 }
.floatright { float: right; margin: 0 0 10px 10px; }

