html {
    margin:0;
    padding:0;
    background:#fff;
    height:100%;
}
body {
    min-width:30em;
    max-width:100%;
    min-height:90%;
    border:1px solid #ccc;
    background:#ccc;
    padding:1em;
}
h1 {
    position:relative;
    z-index:10;
    color:#888;
    margin:.5em 2%;
    font-size:1.2em;
}
div#bgfixed {
    background:#DADAE6 url(grad.jpg) repeat-x left bottom;
    background-attachment:fixed;
    border:1px solid #fff;
}    
div#fixed {
    position:fixed;
    background:transparent url(blotter.png);
    left:5%;
    right:5%;
    top:25%;
    bottom:5%;
}
div#tall {
    min-height:250px;
    height:20%;
}