
body {
  margin: 0;
  padding: 0;
}

#titles {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 872px;
  height: 572px;
  background-color: #666666;
  font-family: Arial;
  font-weight: bold;
  font-size: 40px;
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

#titles div {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  line-height: normal;
}

#titles div.large {
  font-size: 60px;
}

#titles div.small {
  font-size: 35px;
}

#titles div.small-label {
  font-size: 20px;
}

#titles div.url {
  font-size: 57px;
  color: #0000bb;
}

#titles div.fine-print {
  font-size: 15px;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  white-space: normal;
  text-align: justify;
}

