html {
    background-color: #000 !important;
    font-size: 14px !important;
    color: #fff !important;
}

a {
  color: #ffff00 !important;
  font-size: 14px !important;
}

body {
  background-color: #000 !important;
   font: 14px arial,helvetica,clean,sans-serif;
}

img {
  display: none !important;
}

#page {
  background-image: none !important;
  margin: auto !important;
  width: auto !important;
}

#head {
  display: none !important;
}

#menu {
  background-image: none;
  width: auto;
}

#menu .active {
  background: none;
}

#menu a {
  background-image: none;
}

#menu ul {
  height: auto;
}

#menu ul li {
  background-image: none;
}

#menu li .active {
  background-image: none;
}

#breadcrumbs {
  display: none;
}

#left, #right {
  float: none;
  width: auto;
}

#center {
  background-color: #000;
  background-image: none;
  font-size: 14px;
  float: none;
  width: auto;
}

#center .footer {
  background-image: none;
}

#center .body .title {
  font-size: 16px;
}

#center .body {
  background-image: none;
}

#left #box, #right #box {
  width: auto;
}

#left #box .header, #right #box .header {
  background-image: none;
   width: auto;
}
#left #box .body, #right #box .body {
  background-image: none;
}

#left #box .header p, #right #box .header p {
  font-size: 14px;
}

#left #box .footer, #right #box .footer {
  display: none;
}

#footer {
  display: none;
}

#pager ul .current {
    background-color: #000;
}

#pager ul li {
    background-color: #000;
    border: none;
}