#header {
  border-bottom: 10px solid silver;
  padding: 4px;
  display: block;
  color: white;
  background-color: black;
}
#holder {
  position: relative;
}
#content {
  position: relative;
  width: 100%;
  font-family: Verdana;
  line-height: normal;
  color: silver;
  background-color: #333333;
  font-size: medium;
}
#maincol {
  padding-top: 1px;
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 0px;
  margin-left: 0px;
  position: relative;
}
#footer {
  border-top: 2px solid silver;
  padding: 4px;
  display: block;
  background-color: black;
}

