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

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





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

/* background image related antics */
body {
    background-image: url(http://imagecache6.allposters.com/LRG/26/2686/EBWUD00Z.jpg);
        
      background-position: top left;
  background-repeat: no-repeat;
}

