
* {
    margin: 0;
}
html, body {
    background-color: black;
    color: white;
    font-family: Helvetica,Arial,sans-serif;
    height: 100%;
    text-align: center;
}
.wrapper {
    height: auto !important;
    margin: 0 auto -2em;
    min-height: 100%;
    text-align: left;
    width: 100%;
}
.error404 .wrapper {
    width: 350px;
}
a {
    color: #606060;
    text-decoration: none;
}
.header {
    height: 250px;
    text-align: center;
}
.footer, .push {
    height: 1em;
    position: relative;
    text-align: center;
    z-index: 200;
}
.footer span {
    bottom: 0;
    position: absolute;
}
ul.Navigation {
    list-style-type: none;
    padding-left: 0;
    text-align: left;
}
ul.Navigation li {
    padding-right: 2px;
}
div.centered {
    float: left;
    left: -50%;
    margin: auto;
    position: relative;
}
div.ccentered {
    float: left;
    left: 50%;
    position: relative;
}
div.occentered {
    overflow: hidden;
    position: relative;
}
ul.Navigation li a, ul.Navigation li a:visited {
    color: white;
    padding: 2px;
}
ul.Navigation li a:hover {
    background-color: #ABABAB;
    padding: 2px;
}
li {
    font-size: 300%;
}

