body {
   font-family: Trebuchet MS;
   background-color: #112;
   /*background-color: #99a;*/
   margin: 10px 10px 10px 10px;
}

#content {
   background: white;
   margin: 0 0px 0 0px;
   padding: 10px 10px 10px 10px;
   border-style: solid;
   border-color: #59c;
   border-width: 2px;
}

#header #title {
   color: #eef;
   font-size: 64px;
   font-style: italic;
   text-align: center;
   margin-bottom: 20px;
}

#footer {
   color: #eef;
   text-align: center;
   font-size: 10px;
   width: 99%;
   height: 25px;
   position: absolute;
   bottom: 0;
   line-height: 10px;
}

#footer #key {
   text-align: right;
   margin-right: 5px;
}

#loginLayer {
}
