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

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

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

/* home page column 2 width */
div#guildMain table tr td#column_2 {
  width: 200px;
}

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

/* background image related antics */
body {
    background-image: url(http://s.guildomatic.com/88959/host/ad/ad3465696011e9c6946b341f2913ad04.jpg);
            background-color: transparent;
        
      background-position: top center;
  background-repeat: no-repeat;
}

