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

/* 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: 175px;
}



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

/* background image related antics */
body {
    background-image: url(http://s.guildomatic.com/7227/host/1e/1eb7382946ebdce66c8f1fd0f278f8b4.png);
            background-color: transparent;
        
      background-attachment: fixed;
    background-position: top left;
  background-repeat: repeat;
}


