div.metainfo {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
}

section#page {
    min-height: 100vh;
}

section#content {
    background-color: #f4f4f4;
    z-index: 1;
    position: relative;
}

section#poem {
    line-height: 1.3em;
    font-size: 1.2em;
}

section#poem >p {
    margin: 0 0 1em 0;
}

header#header.alt {
    background-attachment: fixed;
}

div.foot {
    padding: 1em 0 2em 0;
    border-top: 2px solid rgb(120, 120, 120);
}

div.threecolumn {
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
}

div.twocolumn {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
}

section.foot{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

section#foot-padding {
    z-index: -1;
    min-height: 5em;
}
