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

/* 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-image: url(http://s.guildomatic.com/100542/host/8d/8d096e8462b5460324a2c7b270640e6a.jpg);
        
      background-attachment: fixed;
    background-position: center center;
  background-repeat: repeat-y;
}

