html {
    height:100%;
}
body { 
    border: none;
    margin-top: 1%; 
    margin-bottom: 1%; 
    margin-left: 1%; 
    margin-right: 1%;
    background: #FFFFFF;
    text: #000000;
    font: 100%/130% sans-serif;
    font-style: normal;
    height:100%;
    text-align: justify;
}
h1 {
    color: #4f00FF;
    padding: 0px;
    margin-top: 1.0em;
    font: 900 185%/185% sans-serif;
}
pre {
    background: #DDFFDD;
    white-space: pre; 
    margin: 1em;
    padding: 1.0em;
    border: none;
    font: 110% monospace;
}
tt {
    font: 110% monospace;
}
#content {
    background: #ffffff url(spiral.jpg) repeat-y left top;
    padding-left:76px;
    padding-right:5%;
    padding-top:1px;
    padding-bottom:1.0em;
    height: auto;
    min-height:100%;
}
