div.a{
   position:absolute;
   width:400px;
   height:167px;
   background:black;
   font-family:GOUDY STOUT;
   color:#266f9e;
   font-size:30px;
   text-align:center;
   }
   
   
   
   
   div.banner2{
   position:absolute;
   width:800px;
   height:200px;
   background:black;
   font-family:arial;
   color:#266f9e;
   font-size:10px;
   text-align:center;
   left:400px;
   }
   
   div.menu{
   position:absolute;
   width:300px;
   height:500px;
   background:#266f9e;
   font-family:arial;
   color:black;
   font-size:20px;
   text-align:center;
   top:215px;
   }
   
   div.body1{
   position:absolute;
   width:225px;
   height:305px;
   font-family:arial;
   font-size:8px;
   text-align:center;
   background:white;
   top:215px;
   left:310px;
   }
   
   div.body2{
   position:absolute;
   width:225px;
   height:305px;
   font-family:arial;
   font-size:8px;
   background:white;
   text-align:center;
   top:215px;
   left:535px;
   }
   
   div.body3{
   position:absolute;
   width:225px;
   height:300px;
   background:white;
   font-family:arial;
   font-size:8px;
   text-align:center;
   top:215px;
   left:750px;
   }
   
   div.body4{
   position:absolute;
   width:225px;
   height:300px;
   background:white;
   font-family:arial;
   font-size:8px;
   text-align:center;
   top:215px;
   left:975px;
   }
   
   div.footer{
   position:absolute;
   width:1200px;
   height:50px;
   background:white;
   border-style:dotted;
   border-width:5px;
   border-color:black;
   top:700px;
   color:black;
   font-size:10px;
   text-align:center;}