@font-face {
  font-family: XscoFont;
  src: url("hattorihanzo.otf") format("opentype");
}

html
{
  background: url('067.jpg') no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: XscoFont, sans-serif;
}

#box
{
  background-color: rgba(150,150,150,0.7);
  text-align: center;
  margin: 5em 0 0 2em;
  padding: 1em;
  width: 45%;
  border: 3px solid rgba(70,70,70,1);
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-box-shadow: 10px 10px 5px #415b67;
  -webkit-box-shadow: 10px 10px 5px #415b67;
  box-shadow: 5px 5px 20px #415b67;
}

#maintitle
{
  font-size: 3.2em;
  font-weight: bold;
  text-shadow: 0px 2px 3px #666;
}

#subtitle
{
  font-size: 2.5em;
}

#cliffhanger
{
  font-size: 2.2em;
}
