body {
  background-color: #000000;
  background-image: url(/images/golddragon.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom right;
  font-family: 'Times New Roman', Arial; 
  color: #c0c0c0;
  font-size: 12;
}

#container {
  position: absolute;
  left: 50%;
  margin-left: -400px;
  width: 800px;
}

#nav {
  position: absolute;
  width: 200px;
  padding-left: 5;
  padding-top: 5;
  background-image: url(/images/hell.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}

#main {
  position: absolute;
  width: 600px;
  left: 200px;
  padding: 5px 5px 5px 5px;
  border-left: solid; 
  border-color: red;
}

.bold {
  font-weight: bold;
}

.italic {
  font-weight: normal;
  font-style: italic;
}

.underline {
  font-weight: normal;
  text-decoration: underline;
}




A:link {text-decoration: none; color: blue;}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: none; color: blue;}
A:hover {text-decoration: underline; color: blue;}
