.gusp-header {
        background: #009966;
        background-size: 8%;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 5%;
        color: #FFFFFF;
        text-indent: 5%;
}

.gusp-text {
        background: #009966;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        color: #FFFFFF;
}

.gusp-text h2 {
         color: #FFFFFF;
         text-decoration: underline;
         width: 100%
}

.gusp-text h3 {
         color: #FFFFFF;
         width: 100%
}

.gusp-text p {
         text-indent: 0%;
         color: #FFFFFF;
         width: 100%;
         text-align: justify;
         text-justify: inter-word;
}

.table-gusp-left {
         background: #009966;
         color: #FFFFFF;
         text-indent: 0%;
         width: 15%;
         position: absolute;
         top: 180px;
         left: 2%;
         line-height: 1px;
}

.table-gusp-center {
         text-indent: 0%;
         width: 60%;
         position: absolute;
         left: 20%;
         top: 180px;
}

.table-gusp-center a {
         color: #FFFFFF;
         width: 85%
}

.table-gusp-right {
         background: #009966;
         color: #FFFFFF;
         text-indent: 0%;
         width: 15%;
         position: absolute;
         left: 85%;
         top: 180px;
}

.table-gusp-right a {
         color: #FFFFFF;
         width: 85%
}

/* Overlay style */
.overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #009966;
}

/* Overlay closing cross */

.overlay .overlay-close_white {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
        top: 20px;
        overflow: hidden;
        border: none;
        background: url(../images/cross_white.gif) no-repeat center center;
        text-indent: 200%;
        color: transparent;
        outline: none;
        z-index: 100;
}

@media screen and (max-height: 30.5em) {
        .overlay nav {
                height: 70%;
                font-size: 34px;
        }
        .overlay ul li {
                min-height: 34px;
        }
}