body {
  max-width: 900px; 
  background-color: #363757;
  color: #3e4073;
  margin:auto;
  border-style: double;
  border-width: 6px;
  border-color: #2d2f69;
  position: relative;
}
  
  .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
 html {
          background-image: url('EBbground2.gif');
     height: 100%;
 background-repeat: repeat;
 background-size: 525px;
 }
    
 @font-face {
  font-family: KH;
  src: url(KH.ttf);
}
p, h1, h2, h3, h4, h5, li, a {
  font-family: KH;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sidebar {
  width: 240px;
  height: 200px;
  position: absolute;
  left: -250px;
}