@CHARSET "ISO-8859-1";

body {
  background: #404040;
  margin: 0px;
  margin-bottom: 10px;
  border: 0px;
}

#TopLine {
  background-image: url(dropShadow.png);
  background-repeat: repeat-x;
  height: 5px;
}

#Footer {
  font-family: sans-serif;
  font-size: 10px;
  color: #E0E0E0;
  text-align: center;
  padding-top: 3px;
}

#Footer a {
  text-decoration: none;
  font-weight: bold;
  padding-right: 10px;
  color: #E0E0E0;
} 

#Footer a:hover {
  text-decoration: underline;
  color: white;
}

#Footer a img {
  border: 0px;
} 

#Spacer {
  padding-left: 30px;
}