#toplevel {
    position: relative;
}

#header img {
    max-width: 100%
}

#frontpage p {
    float:left;
    width:30%;
    padding-top: 108px;
}

#frontpage img {
    float: left;
    padding: 20px 40px 20px 80px;
    height: 400px;
}

#overcontent {
    padding-left: 10px;
}
#outerwrapper {
    min-height:832px;
    background-color: black;
    color: white;
    overflow: hidden;
}

#main, #nav {
    float: left;
    margin-bottom: -4000px;
    padding-bottom: 4000px;
}

#main {
    width: 70%;
    background-color:black;
    font-family: sans-serif;
}

#main a, #main a:link {
    color: #A6BD68;
}

#footnotes {
    border-top: 1px white solid;
}

#footnotes li {
    font-size: 70%;
}

span.footnote {
    vertical-align: super;
    font-size: 50%;
}

#footer p {
    width: 75%;
    font-size: 10pt;
    color: #EB008B;
    font-style: italic;
    text-align: center;
}

#nav {
    /* background-color: #99CD55; */
    background-color: #A6BD68;
    padding-top: 200px;
}

#nav li {
    list-style-type: none;
    margin-left: -30px;
}

#nav a img {
    height: 80px;
}

#nav a img {
    display:block;
}

#nav a:link img{
    display:block;
}
#nav a:visited img {
    display:block;
}

#nav a:hover img {
    visibility:hidden;
}

.biography {
    background:url("/static/img/BiographyPink.png");
    background-size: auto 80px;
    background-repeat: no-repeat;
}
.slugifesto {
    background:url("/static/img/SlugifestoPink.png");
    background-size: auto 80px;
    background-repeat: no-repeat;
}
.propaganda {
    background:url("/static/img/PropagandaPink.png");
    background-size: auto 80px;
    background-repeat: no-repeat;
}
.laboratory {
    background:url("/static/img/LaboratoryPink.png");
    background-size: auto 80px;
    background-repeat: no-repeat;
}
.minions {
    background:url("/static/img/HenchPink.png");
    background-size: auto 100px;
    background-repeat: no-repeat;
}
#nav .minions a img {
    height: 100px;
}
