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

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

/* home page column 1 width */
div#guildMain table tr td#column_1 {
  width: 714px;
}


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

/* background image related antics */
body {
    background-image: url(http://s.guildomatic.com/482/host/7b/7b09f8113ff7f94eb957d0e43b3f92de.jpg);
        
      background-position: top center;
  background-repeat: repeat;
}

