* {
  margin: 0;
}
html, body {
   height:100%;
   font-family: Arial, Helvetica, sans-serif;
}
#body {
   text-align: center;
   font-size: 0.9em;
   min-height:100%;
   margin: 0 auto -40px;
   width: 800px;
}
* html #body {
  height:100%;
}
#filler {
  height:40px;
}
#footer {
   width:100%;
   height:40px;   /* Height of the footer */
   background:#000;
   color: #aaa;
   text-align: center;
   font-size: 0.7em;
}

#footer a {
  color: #aaa;
  font-weight: bold;
}

p {
   padding: 10px 0 0 0;
}

.UchangeLink {
  text-decoration: none;
  color: #aaa;
}