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





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

/* background image related antics */
body {
    background-image: url(http://www.backgroundlabs.com/backgrounds/357.jpg);
            background-color: transparent;
        
      background-attachment: fixed;
    background-position: top left;
  background-repeat: repeat;
}

