body {
  margin: 0px; padding: 0px;
  font: 12px 'Arial', 'Verdana', 'Tahoma', 'Helvetica', Sans-Serif;
  color: #3c3c3c; /* rgb(60,60,60) */
  line-height: 1.5;
  background-image: url('/images/bg.gif');
  background-repeat: repeat-x;
  background-color: #f0f0e6;
}

.belka {
  background-image: url('/images/bar.jpg');
  width: 960px; height: 60px;
  background-repeat: no-repeat;
}

.content-bottom {
  background-image: url('/images/content-bottom.gif');
  width: 640px; height: 20px;
  background-repeat: no-repeat;
}

.menu {
  background: url('/images/menu-bg.gif') repeat-y;
}

.menu-bottom {
  background-image: url('/images/menu-bottom.gif');
  width: 320px; height: 20px;
  background-repeat: no-repeat;
}

.banners-top {
  background-image: url('/images/banners-top.gif');
  width: 320px; height: 20px;
  background-repeat: no-repeat;
}

.banners-bottom {
  background-image: url('/images/banners-bottom.gif');
  width: 320px; height: 20px;
  background-repeat: no-repeat;
}

.banners { background-image: url('/images/banners-bg.gif'); }
.content { background-image: url('/images/content-bg.gif'); }

@media print {
    .print-reset {
        width: auto !important;
    }
    .print-hide {
        display: none !important;
    }
}

/* The only bit you need */
.highcontrast { background-color:#000 !important; color: #fff !important; }
.highcontrast-yellow { color: #fcff3c !important;  }
.highcontrast-white { color: #fff !important;  }
.hc-backg-white { background-color:#fff !important; color: #000 !important;  }

.highcontrast-hidden{ visibility: hidden; height: 0px; }