body {
     margin: 0;
     background-image: url("background_with_overlay.JPEG");
     background-attachment: fixed;
     -webkit-background-size: cover;
     background-size: cover;
     background-position: center center;
}

#header {
     background: #4177bd;
     color: #474747;
     text-align: center;
}

#header #title {
     padding: 5pt;
     margin-top: 0;
     margin-bottom: 0;
     font-size: 3em;
}

#header a {
     color: #ffffff;
     text-decoration: none;
}

#header ul {
     display: inline;
     list-style: none;
     padding: 0;
}

#header ul li {
     display: inline-block;
     padding: 10pt;
}

#header #nav {
     background: #474747;
}

#header #nav a:hover {
     color: #4177bd;
}

#header #lang {
     text-align: left;
}

#header #lang a:hover {
     color: #000000;
}

#content {
     padding-left: 5%;
     padding-right: 5%;
     padding-top: 10px;
     padding-bottom: 50px;
}

#content .column {
     max-width: 400pt;
}

#page_list {
     list-style: none;
     padding: 0;
}
