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

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

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

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

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

/* background image related antics */
body {
    background-image: url(http://s.guildomatic.com/102156/host/7f/7f48c455afbffa59d50438c8442e5096.jpg);
            background-color: transparent;
        
      background-attachment: fixed;
    background-position: top center;
  background-repeat: repeat;
}


