  body{
          margin: 0px;
        padding: 0px;
    }
    
    #main_container{
        position: absolute;
        width: 100%;
        height: 100%;
        background: #675;   
            
    }
    
    
    .container{
        width:800px;
        margin-left: auto;
        margin-right: auto;
        background: #fff;
        height:100%;
        
    }
    
    #navbar {
         padding-top: 5px;
        padding-bottom: 5px;
        background: #3DA46A;
    }
    #navbar ul{
       
        list-style: none;
    }
    
    #navbar ul li{
        display: inline;
    }
    
      #navbar ul li a{
       padding: 10px;
       margin: 10px;
       width: 15%;
          text-decoration: none;
    }
    
    #navbar ul li a:hover{
        color: bisque;
    }
  
    #information{
        width: 100%;
        height: 100%;
        background: #fff;
        margin-top: 5px;
        
    }
  
    #header{
        padding: 5px;
        width: auto;
        background-color: aquamarine;
    }
    
    #content{
        margin: 5px;
        width:auto;
        padding: 5px;
        
    }

#information{
        height:200px;
    min-height: 500px;
    
    }
    

   #footer{
        background: #3DA46A;
        height: 200px;
        bottom:0;
        margin-bottom: 0px;
    }
      
    