   body {
    background-image: URL('fade.jpg');
    background-repeat: repeat-x;

    margin: 0px;
   }
   #header {
    background-image: URL('top.jpg');
    color: #ff44ff;

    width: 530px;
    height: 169px;
    display: block;
   }
   #content {
    background-color: #ffffff;
    width: 530px;
    display: block;

    font-family: verdana;
    font-size: 12px;
    color: #000000;
   }
   #footer {
    background-image: URL('footer.jpg');
    color: #ff44ff;

    width: 530px;
    height: 45px;
    display: block;
   }
   #corner {
    margin-top: 300;
    float: left;
    display: inline;

    background-image: URL('trees.jpg');
    width: 175px;
    height: 288px;
   }
   #copyright {
    font-family: verdana;
    font-size: 10px;
    color: #AAAAAA;
    text-align: center;
   }


   #right {
    display: inline;
    width: 530px;
    float: left;
   }

   h2 {
    font-family: verdana;
    font-size: 12px;

    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
   }

   h1 {
    font-family: verdana;
    font-size: 14px;

    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
   }

   p {
    font-family: verdana;
    font-size: 14px;

    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
   }

   hr {
    width: 95%;
    color: #AAAAAA;
    background-color: #AAAAAA;
    height: 2px;
   }

   #buttons {
    padding-top: 130;
    padding-left: 300;
   }
   #buttons a {
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    color: #A5950D;

    background-image: URL('dot.gif');
    background-position: 2px 7px;
    background-repeat: no-repeat;

    display: box;
    margin: 1px;
    padding-top: 20px;
    padding-left: 18px;
    padding-bottom: 8px;

   }

   #fill {
    display: box;
    height: 100%;
   }
