body {
    font-family:"Helvetica Neue", Helvetica;
    font-size:14px;
    margin:0;
    overflow:auto;
}

#footer {
    font-size:36px;
    font-weight:300;
    position:absolute;
    right:20px;
    text-align:right;
    text-shadow:0 1px 0 #fff;
    top:15px;
    z-index:1;
}

.nytg-navBar {
    border-top:solid 1px #DDD;
    left:20px;
    margin:0 10px;
    padding:15px 0 0;
    position:absolute;
    width:950px;
    z-index:100;
}

.nytg-navigation li {
    background:#f9f9f9;
    border-bottom:solid 1px #CCC;
    border-left:solid 1px #CCC;
    border-top:solid 1px #CCC;
    color:#999;
    cursor:pointer;
    float:left;
    font-size:14px;
    margin:0;
    padding:10px 18px;
}

.nytg-navigation li:first-of-type {
    border-radius:4px 0 0 4px;
}

.nytg-navigation li:last-of-type {
    border-radius:0 4px 4px 0;
    border-right:solid 1px #CCC;
}

.nytg-navigation li.selected {
    background:#e9e9e9;
    border-color:#AAA;
    box-shadow:inset 0 0 4px rgba(0,0,0,0.2);
    color:#000;
}

div.selected {
    background:#e9e9e9;
    border-color:#AAA;
    box-shadow:inset 0 0 4px rgba(0,0,0,0.2);
    color:#000;
    padding-bottom:10px;
}

.nytg-navigation {
    list-style-type:none;
}

#body {
    position:absolute;
    top:80px;
}

#visualization {
    left:20px;
    position:absolute;
    width:1200px;
}
