
html { 
    background-color:#525e4a; 
    display: block; 
    margin: 0; 
    padding: 0; 
}
div, header, footer, aside, nav, article, section { 
    display: block; 
    margin: 0; 
    padding: 0; 
}
body { 
    background: url('/images/gnadenbkg.jpg') no-repeat top center; 
    color:#BEBEBE;
    font: 12px Helvetica, Arial, sans-serif; 
    line-height: 18px; margin: 0; padding: 0; 
}
#container {
    width: 960px; height: 1037px; 
}

/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: white;
}

h2 {
  text-align: center;
  color: white;
  font-family: Arial;
  font-size: 14pt;
  padding: 18px;
}
