body, html {
  color: black;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  line-height: 16px;
  background-repeat: no-repeat;
  margin 0px 0px 0px 0px;
  }

#pagewidth {
  width: 400px;
  height: 60px;
  position: absolute;
  padding: 15px 15px 15px 15px;
  background-color: #FFFFFF;
  border: 4px solid black;
  opacity: 0.6;
  }

#title {
  font-size: 32px;
  letter-spacing: 0px;
  }

#content {
  width: 400px;
  height: 400px;
  top: 115px; 
  position: absolute;
  padding: 15px 15px 15px 15px;
  background-color: #FFFFFF;
  border: 4px solid #AA0101;
  opacity: 0.6;
  }

nav {
  position: absolute;
  }

a:link {color: #666666; text-decoration: none;}
a:visited {color: #666666; text-decoration: none;}
a:hover {color: #666666; text-decoration: none;}
a:active {color: #666666; text-decoration: none;}
