html, body {
    margin: 0;
    padding: 0;
}

body {
    background: #EAEEF0;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica", "Arial", sans-serif;
    color: #000000;
    text-decoration: none;
    letter-spacing: 0.4px;
}

.globalnav {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1024px;
    height: 54px;
    max-height: 54px;
    background: #000000;
    opacity: 0.9;
    filter: alpha(opacity=90);
    text-align: left;
    direction: ltr;
    font-weight: normal;
    font-style: normal;
    border: 0px none;
}

.globalnav ul {
    height: 54px;
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

.globalnav ul li {
    display: inline-eblock;
    margin: 0;
    padding: 0;
}

.section_link {
    font-size: 14px;
    margin: 0;
    padding: 20px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    font-weight: 100;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.section_link:hover {
    color: #999999;
}

.label_link {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 34px;
    height: 54px;
    text-decoration: none;
    background: #000000 url('g_small_white.png') no-repeat 0px 10px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.label_link:hover {
    background: #000000 url('g_small_grey.png') no-repeat 0px 10px;
}