body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #ccc;
  background-color: #000;
  text-align: center;
  /* part 1 of 2 centering hack */
}  
#content {
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;  
  /* opera does not like 'margin:20px auto' */
  background: #00000;
  text-align:left; 
  /* part 2 of 2 centering hack */
  width: 658px; /* ie5win fudge begins */
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 658px;
}
html>body #content {
  width: 658px; /* ie5win fudge ends */
}
#copy {
  font-size: 6px;
}
#footer {
  padding: 0px;
  margin-top: auto;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;  
  /* opera does not like 'margin:20px auto' */
  background: #b7d5ff;
  border: 5px solid #002aaa;
  color: #000;
  text-align:left; 
  /* part 2 of 2 centering hack */
  width: 667px; /* ie5win fudge begins */
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 667px;
 }
#header {
  padding: 0px;
  margin-top: 20px;
  margin-bottom: auto;
  margin-right: auto;
  margin-left: auto;
  /* opera does not like 'margin:20px auto' */
  background: #b7d5ff;
  border: 5px solid #002aaa;
  color: #000;
  text-align:left;
  /* part 2 of 2 centering hack */
  width: 667px; /* ie5win fudge begins */
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 667px;
}
p {
 color: #000;
 visibility: none;
}

