html,
body {
   font-family: Arial, sans-serif;
   font-size: .9em;
   margin:0;
   padding:0;
   height:100%;
   text-align:center;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   padding:10px;
   font-style: italic;
}
#body {
   padding:10px;
   /*padding-bottom:40px;*/
}
#body a{font-weight:bold;}
#footer {
   /*position:absolute;*/
 /*bottom:0;*/
  /* width:100%;*/
 /*height:40px;*/
   font-size:.8em;
   color:grey;
}
#footer a{text-decoration:none;color:grey}
#container {
   height:100%;
}
h1 { font-family:"Arial Black"}
table {width:700px;text-align:center;margin-left:auto; margin-right:auto;}
table td {width:300px;Arial, sans-serif;font-size: 1em;}
table td.middle {width:100px;}
