/* main.css */

* {
  margin: 0;
  padding: 0;
}

html, body {
  background: #20450D url(/images/background.gif) repeat-x top;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  height: 100%;
}

table {
  border-collapse: collapse;
  //margin-top: -3px;
}

td {
  vertical-align: top;
  border: none;
}

.TopLeft {
  vertical-align: top;
  width: 240px;
  background: #BAC6C4;  
}