body {
  background: #eee url('/images/bg_tile_main.jpg') repeat-x fixed;
  margin: 0;
  padding: 0;
  text-align: center;
}

body, td {
  font: 12px arial;
  color: #333;
}

.pagewrap {
  position: relative;
  top: 0px;
  margin: 10px auto;
  width: 760px;
  text-align: left;
  border: 1px solid #999;
  background: #fff;
}

.body .content, .body .content td {
  line-height: 150%;
}
