body {
}
p{
  text-shadow: 1px 0px white, -2px -1px #1f1f1f;
  font-family: serif;
  font-size: 55px;
  line-height: 70px;
  color: #f6f6f6;
  font-family: "legitima",serif;
  font-style: normal;
  font-weight: 500;
  opacity: .6;
}
a{
  font-family: "ocr-b-std", Courier, monospace;
  letter-spacing: -1px;
  font-style: normal;
  font-weight: 400;
  margin: 0.8em 0;
  font-size: 15px;
  color: #6ad7e8;
  text-decoration: none;
  line-height: 130%;
}
a:hover{
  color: #f62d73;
}
#message {
  color: #DDD;
  top: 50px;
  position: fixed;
  font-family: "legitima",serif;
  font-style: normal;
  font-weight: 500;
  -webkit-perspective: 3500;
  -o-perspective: 3500;
  -moz-perspective: 3500;
  perspective: 3500;
  width: 540px;
  text-align: center;
}
#message p{
  -webkit-transform: translateX(333px) translateY(-52px) translateZ(-95px) rotateX(58.5deg) rotateY(-8deg) rotateZ(38.5deg);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  -o-transform: translateX(333px) translateY(-52px) translateZ(-95px) rotateX(58.5deg) rotateY(-8deg) rotateZ(38.5deg);
  -o-transform-origin-x: 0;
  -o-transform-origin-y: 0;
  -moz-transform: translateX(333px) translateY(-52px) translateZ(-95px) rotateX(58.5deg) rotateY(-8deg) rotateZ(38.5deg);
  -moz-transform-origin-x: 0;
  -moz-transform-origin-y: 0;
  transform-origin-x: 0;
  transform-origin-y: 0;
  transform-origin: 0 0;
}
.sidebar{
  position: absolute;
  top: -315px;
  left: 40px;
  border-radius: 3px;
  padding-bottom: 19px;
  background: #555;
  opacity: .95;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
}
.sidebar:hover{
  top: 0;
  transition: all .25s cubic-bezier(1.000, -0.230, 0.405, 1);
  -webkit-transition: all .25s cubic-bezier(1.000, -0.230, 0.405, 1);
  -moz-transition: all .25s cubic-bezier(1.000, -0.230, 0.405, 1);
  -o-transition: all .25s cubic-bezier(1.000, -0.230, 0.405, 1);
}
@-moz-document url-prefix() {
  .sidebar{
    top:-325px;
  }  
}
.sidebarwrap{
  background: #272822;
  padding-right: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
  opacity: .95;
  width: 200px;
  text-align: left;
}
.sidebar span{
  font-family: "ocr-b-std", Courier, monospace;
  font-style: normal;
  font-weight: 400;
  color: #DDD;
  font-size: 12px;
  padding: 5px;
  line-height: 7px;
  letter-spacing: -1px;
  text-shadow: 0px 1px 1px #555;
}
.menu{
left: 0px;
position: absolute;
}
.line{
right: 0px;
position: absolute;
}
.count{
  counter-reset: sidbarcounter;
}
li{  
  list-style: none;
}
.count li:before{
  content: counter(sidbarcounter, decimal-leading-zero);
  counter-increment: sidbarcounter;
  font-family: "ocr-b-std", Courier, monospace;
  border-right: 1px solid #444;
  color: #888;
  padding-right: 5px;
  margin-left: -30px;
}
.sidebarwrap a{
  padding-left: 30px;
}
#container {
  height: 500px;
  width: 600px;
  margin: 40px auto;
}
.slab{
  position: fixed;
  top: 30px;
  z-index: -1;
}
#f{
  height: 20px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  opacity: .9;
  font-family: "ocr-b-std", Courier, monospace;
  font-style: normal;
  font-weight: 400;
  background: #6ad7e8;
  text-align: center;
  margin-left: -8px;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  color: white;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -1px;
}
#f:hover{
  background: #f62d73;
  height: 100px;
  transition: all .25s cubic-bezier(1.000, -0.230, 0.405, 1);
  -webkit-transition: all .25s cubic-bezier(1.000, -0.230, 0.405, 1);
  -moz-transition: all .25s cubic-bezier(1.000, -0.230, 0.405, 1);
  -o-transition: all .25s cubic-bezier(1.000, -0.230, 0.405, 1);
}
.explain{
  font-family: "ocr-b-std", Courier, monospace;
  font-style: normal;
  font-weight: 400;
  color: #DDD;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -1px;
  text-shadow: 0px 1px 1px #555;
  height: 200px;
  margin-left: 10px;
  padding-right: 10px;
  overflow:scroll;
}
.des{
  font-family: courier, monospace;
  font-style: normal;
  font-weight: 400;
  color: #DDD;
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;
  letter-spacing: 0px;
  word-spacing: -3px;
}