body
{
  margin: 0;
  
  font-family: Verdana, Tahoma;
  font-size: 100%;

  background-color: black;

  color: white;
  
  height: 100%;
}

#header
{
  padding: 25px 0 25px 100px;
  
  background-color: black;
  background-image: url('../images/content-background.gif');
  background-position: center bottom;
  background-repeat: repeat-x;
}

#header h1
{
  padding-top: 155px;
  overflow: hidden;
  
  width: 251px;
  height: 0 !important;
  
  z-index: -1;

  margin: 0;
}

#header a
{
  padding-top: 155px;
  overflow: hidden;
  
  background-image: url('../images/logo-text.gif');
  background-repeat: no-repeat;
  background-position: 0 0;
  
  width: 251px;
  height: 0 !important;
  height /**/: 155px;
  
  z-index: 1;
 
  margin: 0;
  
  margin-top /**/: -158px;
  
  padding-right: 150px;
}

#header .tagline
{
  text-align:right;
  padding-right: 100px;

  height: 0 !important;
  height /**/: 1px;
  
  padding-top: 1px;
  overflow: hidden;
  
  margin: 0;
}

#about, #copyright, #terms
{
  margin-top /**/: -12px;
  padding: 50px 175px 0 100px;
  
  text-align: justify;

}

#about h2, #copyright h2, #terms h2
{
  padding: 25px 0 40px 75px;
  
  background-image: url('../images/dawn-background.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#about p, #copyright p, #terms p, ul
{
  padding-left: 75px;
  padding-right: 25px;
  padding-bottom: 20px;
  
  line-height: 1.3;
}

ul
{
  margin-left: 75px;
  margin-right: 75px;
  padding-bottom: 50px;
  
  color: black;
}

h3
{
  border-bottom: 3px solid white;
  margin-left: 75px;
  margin-right: 25px;
  padding-bottom: 3px;
}

#terms
{
  display: none;
}

#footer
{
  margin-top: 300px;
  
  margin-bottom: -200px;
  
  text-align: center;
  padding-right: 75px;
  
  font-size: 75%;
  
  font-weight: bold;
}

#footer a
{
  color: white;
  text-decoration: none;
}

#footer a:hover
{
  text-decoration: underline;
}

a
{
  color: green;
  text-decoration: none;
}

a:hover
{
  color: lime;
}

.download
{
  padding-left: 25px;
  
  background-image: url('../images/download.gif');
  background-repeat: no-repeat;
  background-position: left center;
}

#extra1
{
  position: absolute;
  height: 34px;
  width: 100%;
  top: 205px;
  left: 0;
  
  background-image: url('../images/leaf-header.png');
  background-position: center center;
  
  border-top: 3px solid green;
  border-bottom: 3px solid green;
}

#extra2
{
  height: 34px;
  width: 100%;
  left: 0;
  
  background-image: url('../images/leaf-header.png');
  background-position: center center;
  
  border-top: 3px solid green;
  border-bottom: 3px solid green;
}

#extra3
{
  height: 250px;
  width: 100%;
  left: 0;
  bottom: 0;

  background-image: url('../images/grass-gradient.png');
  background-position: bottom left;
}


