html, body {
    margin: 10; padding:0; border: 0; 
}
body {
    background: #EFE5CA
}
#left, #right {
    position: fixed;
    width: 50%;
    height: 100%;
    top: 0
    background: #EFE5CA
}
#container {
    background: #fff;
    width: 80%;
    margin: 0 auto;
    position: relative
}
img {
      border:none; 
      align:center;
}
h1 {
      margin: 20;
      font-family: "Baskerville Old Face";
      font-size: 38;
      color: #B77E63;
}
td {
     width: 75px;
     text-align: left;
     font-size: 16;
     color: #803816;
     
} 
table {
    background: #fff;
    width: 60%;
    margin: 0 auto;
    position: relative;
}
a {
      font-size:16;
}
a:link {color: #E5662B; text-decoration: none;}
a:visited {color: #BF7755;text-decoration: none;}
a:hover {color: #333333;}
a:focus {color: #333333;}
a:active {color: #009900; text-decoration: none;}
