
body {background-color: #f0ffff; margin-left: 70px; margin-bottom: 200px}
a:link {color: #0000dd; text-decoration: none}     
a:visited {color: #0000dd; text-decoration: none; font-weight: lighter}  
a:hover {color: #0000dd; text-decoration: underline} 
a:active {color: #0000ee}

html, body {margin:0; padding:0;}

#page-background {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
    }

#page-overlay {
    position:fixed;
    top:50%;
    left:50%;
    width:50px;
    height:auto;
    z-index:0;
    }

#content {
    position:relative;
    top:0;
    z-index:1;
    margin-left:70px;
    margin-bottom:200px;
    }
