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

/* 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://images2.layoutsparks.com/1/57713/scary-dark-mystery-night.jpg);
        
      background-position: top right;
  background-repeat: repeat;
}

