#ac-globalnav {
    /*width: 100%;*/
    /* background: rgba(0, 0, 0,0.8) */
    background: linear-gradient(orange,rgb(255,140,0));
}
#ac-globalnav .ac-gn-content {
    /*position: relative;*/
    z-index: 999;
    /*text-align: center;*/
}

.ac-gn-content {
    width: 100%;
    margin: 0 auto;
}

nav ul, nav ol {
    margin: 0 auto;
    list-style: none;
    padding: 8px;
    text-align: center;
}

li {
    display: inline;
    margin: 0 20px;
}

a:link,a:visited {
    color:#FFFFFF;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
}

a:hover,a:active {
    color: #949494
}

body, div {
    margin: 0;
    padding: 0;
}