html, body {
  margin: 0;
  padding: 0;
}

html {
  background-image: url('bg.gif');
}

body, a, a:hover, a:visited {
  color: #0000AF;
}

body {
  background: #777777 url(bg-img.jpg) no-repeat left top;
  width: 980px;
  height: 579px;
  font-family: tahoma, verdana, sans-serif;
  font-style: italic;
}

div#head {
  background: url('deer.gif') no-repeat left top;
  padding-left: 210px;
  margin: 10px;
  width: 420px;
  height: 105px;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
}

div#www {
  font-weight: bold;
  font-size: 110%;
  line-height: 200px;
  width: 350px;
  height: 200px;
  text-align: center;

}

h1 {
  margin: 0px;
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 140%;
}
