body {
    background-color: #EEE8AA;
    color: black;
    font-family: sans-serif;
    background-attachment: fixed;
    background-image: url(lemonade.gif);
    background-repeat: no-repeat;
    background-position: center;
    }

div#header {
    background-color: white;
    color: #000000;
    position: absolute;
    left: 1em;
    right: 1em;
    top: 1em;
    width: auto;
    text-align: center;
    }

div#menu {
    position: absolute;
    left: 1em;
    top: 10em;
    width: 20em;
    height: auto;
    text-align:center;
    }
    
div#about {
    position: absolute;
    right: 1em;
    top: 10em;
    width: 20em;
    height: auto;
    }   
    
div#quotes {
    position: absolute;
    right: 1em;
    left: 1em;
    bottom: 1em;
    padding-bottom: 4em;
    width: auto;
    }
    
div#footer {
    position: absolute;
    left: 1em;
    bottom: 1em;
    }  
    
h1 {
    font-style: italic;
    font-family: cursive, sans-serif;
    }
    
h2 {
    font-style: italic;
    text-align: center;
    }
    

