
/* 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/127005/host/ab/abab53c34c7189cf819bfcc31bb5eefc.jpg);
            background-color: transparent;
        
      background-attachment: fixed;
    background-position: center center;
  background-repeat: repeat-x;
}

