#skip-links {
    width: 100%;
    background-color: black;
}

#skip-links a {
    color: white;
}

#maincontent {
    position: absolute;
    top: 10000px;
    width: auto;
    height: 10px;
}