body {
   background: #222 url('_images/screen.jpg') no-repeat center center;
   font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
   font-size: 75%;
   line-height: 1.5em;
   color: #6b6b6b;
 }
 #message {
   margin: 10% auto;
   padding: 14px;
   height: 260px;
   width: 500px;
   background-color: #fff;
   border: 1px solid #000;
 }
 h1 {
   font-size: 1.75em;
   margin-top: 0px;
   margin-bottom: 0px;
   color: #253550;
 }
 a {color: #253550; font-weight: bold; text-decoration:none;}
 a:focus,
 a:hover,
 a:active {background-color: #d3d7dc; text-decoration:underline;}
 
 input {
   display: block;
   text-align: center;
   margin: 12px auto;
 }