*    { margin: 0; }
html { background: white; color: black; height: 100%;}
body { font-family: Calibri,Candera; height: 100%; }
blockquote { background: #eee; padding: 0.5em; }

#wrapper {
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto -4em;
}

#header {
   border: 0;
   border: 1px solid black;
   color: white;
   font: normal large 'Trebuchet MS';
   height: 44px;
   line-height: 44px;
   overflow: hidden;
   padding-top: .2em;
   text-align: center;
}
#header ul         { }
#header li         { display: inline; padding: 0 .75em; }
#header li a       { color: #ddd; padding: 2px; text-decoration: none; }
#header li a:hover { border: 1px dotted white; text-decoration: none; }

#genehack {
   font-weight: bold;
}

#title {
   font-size:3em;
   font-weight:bold;
   text-align:center;
}

#content {
   margin: 0 auto;
   padding: 1em 0;
   width: 960px;
}

#push { height: 4em; }

#footer {
   background: #ccc;
   border-top: 1px solid #666;
   height: 3.49em;
   padding-top: .5em;
   padding-right: .5em;
   text-align:right;
}

.center { text-align: center; }
.strike { text-decoration: line-through; }
