* {
    padding: 0;
    margin: 0; 
    overscroll-behavior: none;   
}
#game{
   position: absolute;
   transform-origin: 0 0;
   width:100%;
   height: 100%;
   background-repeat: repeat;
   background-image: url("../images/wood.jpg");
   z-index:0;
   background-color: rgba(255, 255, 0, 0);
   background: transparent;
}
ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
 }
 
 li {
   border: 1px solid #ddd;
   margin-top: -1px;
   background-color: #f6f6f6;
   padding: 20px;
   text-align: center;
   font: 20px Berlin Sans FB;
   color: #333333;
 }
.wrap {
   overflow: hidden;
   margin: 10px;
}
.box {
   float: left;
   position: relative;
   width: 50%;
   padding-bottom: 40%;   
}
.boxInner {
   position: absolute;
   left: 10px;
   right: 10px;
   top: 10px;   
   bottom: 10px;
   overflow: hidden;
   border: 1px #dddddd;
   border-style: solid;
}
.boxInner img {
   width: 100%;   
}

@font-face {
   font-family: Berlin Sans FB Demi;
   src: url("../fonts/BRLNSDB.TTF");
   font-weight: bold;
}
@font-face {
   font-family: Berlin Sans FB;
   src: url("../fonts/BRLNSR.TTF");   
}
