body {
   margin: 0;
   font-family: Helvetica;
   background: #CCCCCC;
   overflow-x: hidden;
   background: url(images/background.png);
   -webkit-user-select: none;
   -webkit-text-size-adjust: none;
 
}
.head {
   background: url(images/header.png);
   height: 50px;
   font-size: 35px;
   font-color: #CCCCCC;
   text-shadow: #FFFFFF 2px 2px 2px;
}
.menu1 {
   height: 45px;
   background: #FFFFFF;
   border-bottom-style: solid;
   border-bottom-width: 1;
   cursor: hand;
}
.menu2 {
   height: 45px;
   background: #FFFFFF url(images/arrow.png) no-repeat center right;
   border-bottom-style: solid;
   border-bottom-width: 1;
   cursor: hand;
}
.menu3 {
   height: 72px;
   background: #FFFFFF;
   border-bottom-style: solid;
   border-bottom-width: 1;
   cursor: hand;
}
.menufont {
   margin-left: 10px;
   font-size: 22px;
   font-color: #CCCCCC;
   cursor: hand;
}
.backbutton {
   background: url(images/backbutton.png) no-repeat center left;
   cursor: hand;
}
.backbutton2 {
   margin-left: 19px;
   font-size: 18px;
   color: #FFFFFF;
   text-shadow: #000000 2px 2px 2px;
}
.spacer {
   font-size: 1px;
}
.show {
   display: block;
   visibility: visible;
   left: 0px;
   top: 0px;
   position: absolute;
}
.show2 {
   display: block;
   visibility: visible;
   left: 320px;
   top: 0px;
   position: absolute;
}
.hide {
   visibility: hidden;
   left: 320px;
   top: 0px;
   position: absolute;
   display: none;
}
.showline {
   display: block;
}
.hideline {
   display: none;
}
@-webkit-keyframes slideleft {
   from {
    left: 320px;
   }
   to {
    left: 0px;
    -webkit-animation-timing-function: ease-in;
   }
}
.slidel {
       -webkit-animation-name: slideleft;
       -webkit-animation-duration: .7s;
       -webkit-animation-iteration-count: 1;
       -webkit-animation-direction: left;
        position: absolute;
}
@-webkit-keyframes slideright {
   from {
    left: 0px;
    -webkit-animation-timing-function: ease-out;
   }
   to {
    left: 320px;
   }
}
.slider {
       -webkit-animation-name: slideright;
       -webkit-animation-duration: .7s;
       -webkit-animation-iteration-count: 1;
       -webkit-animation-direction: right;
        position: absolute;
}
.footer {
	position: absolute;
	bottom: 0;
}