body, #content {
  background: #fff;
  color: #000;
  margin-left: auto;   /* Setting the right and left margins to "auto" causes */
  margin-right: auto;  /* these object to always remain centered. */
}

#main, #geek {
  background: #fff;
  background-image: none;
  width: 651px;
}

#contentleft, #address {
  display: none;
  visibility: hidden;
/*
  width: 100%;
}

#address {
  color: #000;
  padding: 5px 0px 5px 0px;
  text-align: center;
*/
}


#content {
  float: right;
  padding: 0px;
  width: 651px;
}

#column1, #column2 {
  text-align: left;
  width: 313px;
}

.noprint, #menu, #geek {
  display: none;
  visibility: hidden;
}