@import "reset.css";

body {
  text-align:center;
  background-color:black;
  color:white;
  font-family:Arial;
  font-size:11px;
}

p {
  margin-top: 5px;
  margin-bottom: 5px;
}

#pageContainer {
  text-align:left;
  width:800px;
  margin-left:auto;
  margin-right:auto;
}

#rulesBody {
  background:url(../_images/att_rules_02.jpg) no-repeat top center;
  padding:0 60px 60px 60px;
}
