body {
     background-color: rgb(153, 153, 153);
     }

#header {
   text-align:center;
   width: 48%;
   background-color: black;
   padding: 10;
   border: 0px solid;
   margin-top: 2%;
   margin-left: 25%;
   margin-right: auto;
   height: 105px;
   }

#main {
   background-color: #666666;
   padding-top: 50px;
   padding-bottom: 50px;
   align:center
   style: text-align: left;
   text-transform: lowercase;"
   }

#right {
   background-color: #333333;
   position: fixed;
   width: 225px;
   height: 0 px;
   top: 800px;
   right: 20px;
   }
