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

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


/* home page column 0 width */
div#guildMain table tr td#column_0 {
  width: 250px;
}



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

/* background image related antics */
body {
    background-image: url(http://s.guildomatic.com/151510/host/89/89466cc9e464b1be440bf07127d4c671.png);
        
      background-position: top center;
  background-repeat: repeat-y;
}

