   html { height: 100% ; }
   body { height: 100% ; margin: 0 ; padding: 0 ; }
   #backgroundimage { position: fixed ; top: 0 ; left: 0 ; width: 100% ; height: 100% ; }
   #content { position: relative ; z-index: 1 ; }
   h2 { margin-top: 0em ; }
   a:link { text-decoration: none; color: white; }
   a:visited { text-decoration: none; color: white; }
   a:hover { text-decoration: italic; color: white; }

   #footer { position: absolute ; margin-bottom: 0px ; bottom: 0px ; height: 25px ; width: 100% ; clear: both ; }
