<?
header("Content-type:text/css");
?>
body {
  background-color: #000000;
}

table {
  height: 100%;
  width: 100%;
}

td div {
  height: 100%;
/*  border: 1px solid #999999; */
}

div div {
  background-color: #000000; /* more manly colors */
  font-size: 0em; /* stupid ie */
  width: 100%;
  height: 1%;
}


