/* overall page width */
div#root table#root_table {
  width: 768px;
}

/* overall page alignment */
div#root table#root_table {
  margin-left: auto;
  margin-right: auto;
}





/* base font size */
body, td {
  font-size: 12px;
}

/* background image related antics */
body {
      background-attachment: fixed;
    background-position: center left;
  background-repeat: no-repeat;
}

