.Copyright .wrapper {
	position: relative;
}

#nlfoot {
    position: absolute;
    top: 5px;
    left: 0;
    width: auto;
    height: 20px;
    padding-left: 0;
    margin: 5px 0;
    font-size: 11px;
    line-height: 19px;
    font-weight: normal;
    text-align: right;
    text-transform: none;
}

#footerContent {
	position: relative;
}

.nlcopyrights {
    position: absolute;
    z-index: 2000;
    left: 350px;
    top: -6px;
    display: none;
    width: auto;
    height: 20px;
    padding: 11px 10px 5px 10px;
    border: 1px #901B3B solid;
    margin: 0 auto;
    /*background: #EB851F;*/
    background: #fca73f;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    letter-spacing: .05em;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    border-radius: 10px;
}

.nlcopyrights a {
    text-decoration: underline;
}

.nlcopyrights a:hover {
}	