          body {
   /*              */
               background-image: url(img/brownparchment.jpg);
                font-family: Arial, sans-serif;
                font-size: medium;
             font-weight: bold;
              line-height: 1.6em;  
             
           }

          h1{
			font-size: 170%;
               }
           
          h2 {
               font-size: 150%;
               }
               
             h3 {
               font-size: 120%;
               }
               
               #content {
               margin:     150px 100px 10px 60px;
               
               }
               #image {          
              position: fixed;
                top: 0px;
                left: 10px;
               }
              
              #comments{
               width: 280px;
               float:right;
               position: fixed;
               top: 300px;
               left: 600px;
               }
              
              #footer{
			  margin:     150px 100px 10px 60px;
			  font-size:75%;
			  font-weight: lighter;
			  text-align: center;
               }