  body { margin: 0px;
    padding: 0px;
    background-color: rgb(153, 51, 0);
    }
  #main { width: 800px;
    margin: 2em auto;
    font-family: Verdana, sans-serif;
    border: 3px solid black;
    background: rgb(15,29,19) url(../images/willow-base.jpg) 0 0 no-repeat;
    }
  #main h1 { font: 2em/1em "Times New Roman", serif;
    letter-spacing: 0.1em;
    text-transform: lowercase;
    text-align: center;
    margin: 1.25em 1em 0; padding: 0.5em 0.25em;
    border : 1px solid black; border-bottom: none;
    background: url(../images/willow-wash.jpg) -1em -1.25em no-repeat;
    }
/* Boeser CSS-Hack fuer den Internet Explorer */
  html>body #content {margin-top: -2px;}  
  #content { margin: 0 2em 2.5em; padding: 1.5em;    
    border: 1px solid black;
    color: rgb(210,210,210);
    background: rgb(5,10,8) url(../images/willow-fade.jpg) -2em -6.5em no-repeat;
    }
  #content p { margin: 0 0 1em;
    text-align: justify;
    }
  #footer { text-align: center;
    color: rgb(210,210,210);
    } 
  a:link {text-decoration: underline;
    color: rgb(210,210,210);
  }
  a:visited {
	text-decoration: underline;
	color: rgb(210,210,210);
}
