
/* 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: top center;
  background-repeat: no-repeat;
}

