body {
    position:fixed;
    width:100%;
    background-color:#000000;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 13px;
    line-height: 20px;
    height: 100%;
}

#title {
    position: absolute;
    top: 20px;
    width: 270px;
    left: 20px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 3px;
    font: 20px Georgia;
    padding: 10px;
}
#explanation {
    position:absolute;
    bottom: 50px;
    left: 20px;
    width: 300px;
    font:12px Georgia;
}

.year {
    font: 16px Georgia;
    line-height: 26px;
    height: 30px;
    text-align: center;
    float: left;
    width: 90px;
    color: rgba(255, 255, 255, 0.4);

    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
}

.year:hover, .year.active {
    font-size: 23px;
    color: #fff;
}

#currentInfo {
    width: 100px;
    position: absolute;
    left: 20px;
    top: 63px;

    background-color: rgba(0,0,0,0.2);

    border-top: 1px solid rgba(255,255,255,0.4);
    padding: 10px;
}