/* main.css */

* {
  margin: 0;
  padding: 0;
}

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

table {
  _border-collapse: collapse; /* hack ie */
}

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

