body {
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  text-align: center;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #171717 url(../images/body_bg.png) repeat-x;
}
div {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #cccccc;
  text-decoration: none;
}
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
a img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
p {
  margin: 10px 0px 0px 0px;
}
.center {
  text-align: center;
  margin: 0px auto;
}
.float_left {
  float: left;
  display: inline;
}
.float_right {
  float: right;
  display: inline;
}
.button {
  cursor: pointer;
}
#wrapper {
  text-align: left;
  padding: 0px;
  width: 900px;
  margin: 0px auto 0px auto;
}
* html #wrapper {
  height: 1px;
}
#header {
  float: left;
  display: inline;
  width: 900px;
  height: 60px;
}
#content {
  float: left;
  display: inline;
  width: 900px;
  height: 540px;
  color: #666666;
  background-color: #ffffff;
}
#footer {
  float: left;
  display: inline;
  width: 880px;
  height: 60px;
  padding: 10px 20px 0px 0px;
  text-align: right;
  font-size: 10px;
}
.header_buttons {
  float: right;
  display: inline;
  margin-top: 18px;
}