body
         {
            margin:none;
            border:none;
            padding:none;
            background:url('images/background.jpg');
            background-repeat:no-repeat;
         }
.content
{
   position:absolute;
   width:600px;
   left:50%;
   top:25%;
   bottom:15%;
   margin-left:-300px;
   overflow:auto;
   border:1px dotted #666;
   padding:5px;
   font-family: cursive;
}
         .hughes_computing_logo
         {
            left:10%;
            top:10%;
            position:absolute;
            z-index:2;
         }
         .entrance_buttons
         {
            top:50%;
            left:50%;
            margin-left:-234px;
            margin-top:-85px;
            position:absolute;
            z-index:1;
         }
         .footer
         {
            position:absolute;
            bottom:10px;
            width:99%;
            padding:0px;
            margin:0px;
            text-align:center;
            font-size:0.8em;
         }
         .footer a
         {
            text-decoration:none;
            color:#669;
         }
         .footer a:hover
         {
            text-decoration:none;
            color:#66f;
         }
