body {
  width: auto;
  padding: auto;
  margin: auto;
}

* {
  color: #000;
  background: #fff;
}

a, a:link, a:visited, a:hover, a:active {
  color: #000;
  background: #fff;
  text-decoration: none;
}

abbr {
  text-decoration: none;
}

div#header, #sidebar_left, #sidebar_right, .footer {
  display: none;
}
