@charset "utf-8";
/* CSS Document */
body {
  background-color:#000000;
  width:98%;
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
}

#wrap {
}

#footer {
  width:600px;
  margin-left:auto;
  margin-right:auto;
  color:#990000;
  font-size:9px;
}

#footer a {
  color:#FFFFFF;
}

