body {
background-image: url('bckgrnd.gif');
overflow-x: hidden;
cursor: url("crsr1.gif"), auto;
}
* {
box-sizing: border-box;
}
html,
body {
padding: 0;
margin: 0;
overflow: hidden;
}
.Top1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('tp.gif');
    font-size: 3rem;
    position: relative;
    z-index: 10;
    height: 64px;
}
.Top2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('tp2.gif');
    font-size: 3rem;
    position: relative;
    z-index: 10;
    height: 64px;
}
.Bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('bttm.gif');
    font-size: 3rem;
    position: relative;
    z-index: 10;
    height: 64px;
}
.Container {
    display: flex;
    overflow: hidden;
    height: 100vh;
    margin-top: -128px;
    padding-top: 128px;
    margin-bottom: -64px;
    padding-bottom: 64px;
    position: relative;
    width: 100%;
    backface-visibility: hidden;
    will-change: overflow;
}
.Left,
.Middle,
.Right {
    overflow: auto;
    height: auto;
    padding: .5rem;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}
.Left::-webkit-scrollbar,
.Middle::-webkit-scrollbar,
.Right::-webkit-scrollbar {
    display: none;
}
.Left {
    width: 128px;
    background-image: url('lft.gif');
}
.Middle {
    flex: 1;
}
.Right {
    width: 128px;
    background-image: url('rght.gif');
}
#table table, tr, td, th {
 border: 0;
 text-align: center;
 vertical-align: center;
}
.Container {
 position: relative;
}
.OuterThck {
 position: relative;
 z-index: 1;
 width: 384px;
 height: 384px;
 background-image: url('frm\ thck.gif');
}
.InnerThck {
 position: absolute;
 z-index: 2;
 margin-left: 103px;
 margin-top: 65px;
}
.OuterThn {
 position: relative;
 z-index: 1;
 width: 384px;
 height: 384px;
 background-image: url('frm\ thn.gif');
}
.InnerThn {
 position: absolute;
 z-index: 2;
 margin-left: 65px;
 margin-top: 65px;
}
.InnerText {
 position: absolute;
 z-index: 3;
 width: 100%;
 text-align: center;
 margin-top: 340px; 
 color:#5E2129;
 font-size: 16px;
}
.InnerTextS {
 position: absolute;
 z-index: 3;
 width: 100%;
 text-align: center;
 margin-top: 340px; 
 color:#5E2129;
 font-size: 8px;
}