body {
  width: auto;
  padding: 0;
  margin: 0;
  text-align: justify;
  background-image: none; 
  background-color: white;
  color: blue;
  font-size: small;
  }
#header {
  position: relative;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: black;
  color: white;
  padding: 0px;
  voice-family: "\"}\"";
  voice-family: announcer, male;
  width: auto;
  height: 50px;
}
html>#header {
  height: 50px;
}
#sidebar {
  position: relative;
  clear: both;
  width: auto;
  height: auto;
  top: 0px;
  right: auto;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow : auto;
  background-color: black;
  color: red;
  clear: both;
}
#main {
  position: relative;
  border: 0;
  width: auto;
  height: auto;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0px;
  overflow: hidden;
  color: blue;
  padding: 0px;
  margin: 0px;
  background-image: url(../images/background3.gif);
  background-attachment: scroll;
  background-position: top center;
  background-repeat: repeat-y;
  clear: both;
}
