/* Put your styles that control page layout in this file */

body {height: 100%;}
h1 {text-align: center; margin: 0em}
h1 img {
  /* Always half total #display-area (width, margin, border, padding) */
  width: 32em;
}
#display-area h1 {text-align: left; margin: 1.2em 0em}
#display-area h1 img {width: auto;}
a img.icon {vertical-align: top; margin-bottom: 0.25em}
#display-area {
  width: 62em;
  padding: 1em;
  margin: 1em auto;
}
#footer {
  height: 70px;
  padding: 0em;
  clear: both;
}
#footer ul {
  text-align: center;
  line-height: 70px;
  padding: 0em;
  margin: 0em;
}
#footer li {
  display: inline;
  line-height: 0.8em;
  font-size: 0.9em;
}
#footer li a { padding: 0em 0.6em; }