body {
	margin-top: 0px;
	margin: 0px;
}
table#root_table{
	background: black;
}
/* overall page width */
div#root table#root_table {
  width: 1000px;
}

/* 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: 150px;
}


/* home page column 2 width */
div#guildMain table tr td#column_2 {
  width: 150px;
}

/* base font size */
body, td {
  font-size: 9px;
}

div.today, div.day {
	width: 50px;
}

/* background image related antics */
div#root {
    background-image: url('http://s.guildomatic.com/3782/host/9d/9d7761523f0da89230ca71634bbd4ba3.png');
    background-color: transparent;
    background-attachment: fixed;
    background-position: top left;
	background-repeat: no-repeat;
}

th.title {
	font-size: 8px;
}