.clearfix { height: 1%; }
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
body { background-color: black; }
#mainContainer {
  width: 902px;
  padding: 0 29px;
  margin: 0px auto;
  background: #4c4d4f;
}
#header {
  height: 71px;
  background: white;
  overflow: hidden;
  padding: 9px;
  margin: 0 -29px;
}
#header a.logo {
  float: left;
  height: 71px;
  width: 211px;
}
#header a.logo img { display: block; }
#utils {
  float: left;
  height: 65px;
  width: 380px;
  padding: 0 0 0 45px;
}
#content {
  height: 1%;
  background: #4c4d4f url(/userfiles/images/content-gradient-bg.gif) bottom left repeat-x;
  border-top: solid 1px #333333;
  padding: 13px 0 0;
}
#content:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#primaryContent {
  height: 1%;
  float: left;
  width: 703px;
  margin-left: 9px;
}
#primaryContent:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#shopHeader {
  height: 45px;
  padding-top: 15px;
}
#footer {
  clear: both;
  background: #4c4d4f url(/userfiles/images/footer-gradient-bg.png) 0px 2px repeat-x;
  padding: 10px 21px;
}
