html, body
{
   height: 100%;

   background: black;
   color: white;
   font-family: Verdana, sans-serif;
}

div {
   position: absolute;
   left: 50%;
   top: 50%;
   width: 30em;
   height: 10em;
   margin: -4em 0 0 -15em;
}

h1 {
   text-align: center;
   padding-top: 0.3em;
   margin: 0;
   font-size: 3.2em;
   letter-spacing: 0.2em;
}

p {
   margin: 0;
   padding: 1em 0.3em 0.3em 0.3em;
   text-align: center;
   font-size: 0.7em;
   font-style: italic;
   line-height: 1.1em;
   color: silver;
}

p#link
{
   font-style: normal;
   padding-top: 4em;
}

a {
   text-decoration: none;
   color: #3399CC;
}
a:hover, a:active, a:focus {
   text-decoration: underline;
}

