body {
  margin: 0 0;
  padding: 0 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: black;
  background: #8F8C80;
  background: #E3E3E3;
  text-align: center;
}

img {
  border: none;
}

div#content {
  position: absolute;
  width: 560px;
  height: 390px;
  margin: -195px 0px 0px -280px;
  top: 50%;
  left: 50%;
  text-align: left;
  color: white;
  background: url(img/entrance.png) no-repeat top left;;
  padding: 100px 0px 20px;
}

div#motto {
  position: absolute;
  top: 50%;
  left: 50%;  
  width: 520px;
  height: 30px;  
  margin: 190px 0px 0px -280px;
  color: #8F8C80;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  text-align: right;
}

div#content a {
  color: white;
}

div#content p {
  margin: 0 0;
  padding: 7 15;
}

div#description {
  border-top: 1px dotted white; 
  border-bottom: 1px dotted white; 
  padding: 5px 0px;
}

div#button {
  width: 560px;
  padding: 20px 55px;
  text-align: center;
}

div#button a {
  font-size: 1.8em;
  display: block;
  width: 450px;
  height: 50px;
  text-decoration: none; 
  font-weight: bold; 
  padding: 10px;
}

div#button a:hover {
  color: #c10000;
  background: url(img/entrance-button.png) no-repeat top left;;
}