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

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

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

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

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

/* background image related antics */
body {
    background-image: url(http://agencynews.files.wordpress.com/2010/12/pre-cata-1221.jpg);
        
      background-attachment: fixed;
    background-position: center center;
  background-repeat: no-repeat;
}

