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

/* 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/16814/host/a2/a282ae7831d713ca3ca2baa6efe524a8.jpg);
        
      background-attachment: fixed;
    background-position: top center;
  background-repeat: no-repeat;
}

