body {
    font-family: 'Lora';
    background-image: linear-gradient(rgba(47, 23, 15, 0.65), rgba(47, 23, 15, 0.65)), url("../images/shanghai.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
 
 /*.common {
     background-color: #cccccc;
     border: solid 2px white;
     position: absolute;
 }*/
.text {
    color: white;
    font-size: medium;
    font-weight: 700;
}

 a:visited {
    color: white;
}
 
 .header {
     top: 5px;
     left: 5px;
     right: 5px;
     height: 100px;
     z-index: 2;
     border-bottom: solid 1px #555555;
 }
 
 .leftmenu {
     top: 114px;
     left: 5px;
     width: 100px;
     bottom: 64px;
     z-index: 1;
     padding-top: 40px;
     border-right: solid 1px #555555;
 }
 
 .mainbody {
     top: 114px;
     bottom: 64px;
     left: 114px;
     right: 114px;
     padding-right: 5px;
 }
 
 .rightmenu {
     top: 114px;
     right: 5px;
     width: 100px;
     bottom: 64px;
     border-left: solid 1px #555555;
     padding-left: 5px;
 }
 
 .footer {
     bottom: 5px;
     height: 75px;
     right: 5px;
     left: 5px;
     font-size: 12px;
     color: #89bcab;
     text-align: center;
     position: relative;
 }
 
 .subheader {
     float: right;
 }