@font-face {
font-family: AUdimat-Regular;
src: url(AUdimat-Regular.otf) format("opentype");
}
@font-face {
font-family: AUdimat-Bold;
src: url(AUdimat-Bold.otf) format("opentype");
}
@font-face {
font-family: SkyhookMono;
src: url(SkyhookMono.ttf) format("truetype");
}



body {
  margin: 50px 0 0;
  padding: 0;
  background-color: #ddd;
  font-size: 21px;
  line-height: 24px;
  text-align: left;
}
#container {
   position: absolute;
   width:1200px;
   height: 700px;
   background-color:#ffa;
   margin-left: 50px;
}
#linkList {
   position: absolute;
   margin-left: 20px;
   padding-left: 50px;
   width:245px;
   background-color:#eef;
}
.siminfo {
   position: absolute;
   margin-left: 320px;
   text-align: center;
   background-color: #fff;
   width:800px;
   height:553px
   font-family: SkyhookMono;
   font-size: 36px;
}