body {
     background-color: rgb(132, 132, 132);
     }

#header {
   background-color: black;
   margin-top: 10px;"
   }


#main {
   background-color: #666666;
   padding-top: 40px;
   padding-left: 20px;
   align:center
   style: text-align: left;
   text-transform: lowercase;"
   }

#right {
   background-color: #333333;
   position: fixed;
   width: 225px;
   height: 0 px;
   top: 800px;
   right: 20px;
   }

#left {
   background-color: #333333;
   position: center;
   width: 225px;
   height: 0 px;
   top: 800px;
   right: 20px;
   }
