body{
      background-image:url('/gratebg.jpeg');
      font-family:Verdana, helvetica, Arial;
      font-size:18px;
    }
    
    #container{
        width:1200px;
        margin:15px 0 15px 0;
        position:absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    
    #header{
      height:175px;
      border:1px none;
      margin:0 0 10px 0;
    }
    
    #header_img{
      width:100%;
      height:100%;
      border:1px none;
      object-fit: fill;
      background-position: 50% 10%;
      background-image:url('/header2.jpg');
    }
    
    #links{
      border:1px none;
      margin:0 0 10px 0;
      text-align:center;
      background:white;
      padding:5px;
    }
    
    #normal_content{
      border:1px none;
      background:white;
      padding:10px;
      margin:0 10px 10px 10px;
      
    }
    
    #center_content{
      border:1px none;
      background:white;
      padding:10px;
      margin:0px 10px 0px 0px;
      float:left;
      width:75.5%;
      
    }
    
    
    #right_content{
      border:1px none;
      background:white;
      float:right;
      width:20%;
      padding:10px;
      margin:0 0 10px 0;
    }
    
    #footer{
      border:1px none;
      margin:10px 0 10px 0;
      background:white;
      padding:5px;
      text-align:center;
      width:1200px;
      clear:left;
    }
    