@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200);
body { background: #464646; color: #fff; font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 36px; }

footer {
    position: absolute;
    bottom: 1em;
    width: 99%;
    font-size: 14px;
    text-align: center;
    z-index: 1;
}

a:link, a:active, a:visited {
    color: #fff;
    text-decoration: underline;
}
a:hover {text-decoration: none; }

header {
    width: 99%;
    height: 40px;
    margin-top: 4em;
    text-align: center;
    z-index: 1000;
}
