html, body { height:100%; }
body { display:flex; flex-direction:column; justify-content:space-between;
    background:#f0f0f0 url('./background.jpg') no-repeat center center; background-size: cover; font-size:16px; font-family:Verdana,Helvetica,Arial,sans-serif; color:#504040; }

a  { color:#302020; text-decoration:none; }
a:hover  { color:white; text-decoration:underline; }
p a  { text-decoration:underline; }

#header, #content, #footer { width:100%; max-width:1400px; margin-left:auto; margin-right:auto; }
#header { padding-top:50px; text-align:center; }
h1 { font-family:serif; font-size:300%; font-weight:400; }
h2 { font-size:120%; font-weight:normal; font-style:italic; line-height:140%; }
#content { padding-top:30px; padding-bottom:20px; }
#footer { margin-bottom:50px; padding-top:20px; border-top:1px solid #504040; text-align:center;  }
#footer address { font-size:100%; font-weight:500; font-style:normal; }