body, input, button {
    color: #cd7400;
    font-family: "Times New Roman", Times, serif; 
    }

#table_login input, #table_login button {
    border: solid 2px #a87640;
    border-radius: 1em;        
    background: #f4f9f3;
    padding: 0.3em 0.5em;
    font-size: 150%;    
    } 

#table_login td {
    padding: 0.5em;
    text-align: left;
    }    
    
#main_wrap {
    margin: 0 auto;
    background-image: url(background.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
    height: 739px;
    width: 1174px;
    /* border: solid black 1px; */
    position:relative;
    }

#left-side,#right-side {
    position: absolute;
    text-align: center;
    width: 35%;
    /* border: solid red 1px; */
    }        
    
#left-side{
    left: 10%;
    }        
        
    
    
#right-side{
    left: 55%;
    }        
    
#content_container {
    text-align: left;
    max-height: 560px;
    overflow-y: auto;
    }
    
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#table_admin {
    border-collapse: collapse;    
    }
#table_admin td {
    border: solid 1px #a87640;
    padding: 0.2em;
    }
    
#visitcounter {
    position: absolute;
    bottom: 4em;
    left: 7em;
    }    