body {
  background: #FFFFFF;
  margin: 0px;
  background: url('bg.png');
}

div.content {
  font: 12px/20px Verdana;
  margin: 0px auto 0px 200px;
  width: 500px;
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  background: white;
  padding: 10px 0px 0px 0px;
  text-align: left;
}

div.content h1 {
  font: bold 50px/50px Tahoma;
  text-align: left;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-top: 10px;
  margin-bottom: 0px;
}

div.content h2 {
  font: italic bold 25px Arial;
  text-align: right;
  margin: 0;
  padding: 0;
  padding-right: 5px;
}

div.content h6 {
  font: 10px/12px Tahoma;
  text-align: right;
  margin: 0;
  padding: 10px 5px 5px 0px;
}

div.content h6 a {
  text-decoration: none;
  color: blue;
}

div.content h6 a:hover {
  background: #EFEFEF;
}

div.content p {
  text-align: justify;
  padding: 10px 20px 10px 20px;
  margin: 0;
}

div.content p a {
  color: blue;
  text-decoration: none;
}

div.content p a:hover {
  text-decoration: underline;
}

div.content p.navi {
  text-align: right;
}

div.content ul {
  margin: 0;
}

img {
  float: right;
  margin: 12px;
  margin-right: -85px;
  background: white;
  border: 1px solid black;
}

div.copyright {
  font: 10px/15px Arial;
  color: #888888;
  background: #F3F3F3;
  text-align: center;
  padding: 5px 0px 5px 0px;
  border-top: 1px dashed grey;
}