body {
  font-size: 10pt;
  font-family: Verdana, sans-serif;
  margin: 0px;
  background: url("../images/bg2.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.central {
  width: 960px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0,0,0,0.5);
  margin-top: 100px;
  margin-bottom: 100px;
}

.content {
  color: white;
  padding: 60px;
  text-align: justify;
  line-height: 1.5em;
}

.central h1 {  
  color: white;
  font-size: 20pt;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 0px;
  width: 100%;
}

.central a {
  color: yellow;
  text-decoration: none;
}

.central a:hover {
  color: white;
}

.webglDragon {
  margin-left: 150px; clear: both;
}

.signature {
  display: block; float: right;
  margin-right: 20px;
  font-weight: bold;
}