
body {
  margin: 0;
  padding: 0;
}  /* Body */

div#footer { 
  background-position: 0 0;
  background-attachment: fixed;
  padding: 2px;
  margin: 0px;
  width: 78%;
  position: fixed;
  bottom: 0px;
  right: 1%;
  width: 15%;
  text-align: center;
}

div#content { 
  background-position: 0 0;
  background-attachment: fixed;
  padding: 4px;
  width: 78%;
  position: absolute;
  top: 15%;
  left: 2%;
  margin-bottom: 10px
}

div#content h1.title {
  padding: 4px;
  margin-top: -4px;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: -3px;
}

div#content h2 {
  padding: 4px;
  margin-left: 2px;
  margin-top: -2px;
  margin-bottom: -4px;
}

div#content h3 {
  padding: 4px;
  margin-left: 8px;
  margin-top: -6px;
  margin-bottom: -10px;
}

div#nav a {
  margin-top: 12px;
  display: block;
  background-position: 0 0;
  background-attachment: fixed;
  padding: 5px 10px;
}

div#nav a:hover {
  display: block;
  background-position: 0 0;
  background-attachment: fixed;
  padding: 5px 10px;
}

div#nav {
  position: fixed;
  top: 3%;
  right: 2%;
  width: 15%;
  text-align: center;
}
