/*-------------------цвета------------*/
body { background-color: #222118; }
A:hover { }
A {color: #F2E7CB; text-decoration: none; outline: none;}
#body {color: #fff;}
.info { color: #7e80fc;text-decoration: none; }
#info A {color: #B45A00;text-decoration: underline;}
.info:hover {color: #67a0ff;text-decoration: none; }
#menu A {text-decoration: none;}
#menu A:hover {color: #D9C9A1;text-decoration: none;}
.price {color: #ff3a3a;text-decoration: underline; }
.price:hover {color: #ff8787;text-decoration: underline; }
.inetshop {color: #23d3ff;text-decoration: underline; }
.inetshop:hover {color: #71e3ff;text-decoration: underline; }
.overhard {color: #85DA04; text-decoration: underline; }
.overhard:hover {color: #b4fc46; text-decoration: underline; }
.modding {color: #8AA5CD; text-decoration: underline; }
.modding:hover {color: #9cbef2; text-decoration: underline; }
.pcdisign {color: #3c76d7; text-decoration: underline; }
.pcdisign:hover {color: #327efd; text-decoration: underline; }
#help {color: #F2E7CB; }
#copyright {color: #B45A00; }

div#footer{ background-color: #1B1712;  color: #D9C9A1; }
/*-------------------тело------------*/
A IMG {border: none;}
body{
  height: 100%;
  position: relative;
  font-family: Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  padding: 10px;
  margin: 0px;
  color: #bfbfbf;
}
.price {
font-weight: normal;
}
.info {
font-weight: normal;
}
/*------------------------footer-------------------*/
div#footer{
  position:fixed;
  bottom:0px;
  left:0px;
  width:100%;
  height: 17px;
  font-size: 12px;
  text-align:center;
  font-weight: normal;
     }
 * html body{
  overflow:hidden;
 }
 * html div#content{
  height:100%;
  overflow:auto;
 }
 /*------------------------temp-------------------*/

