body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: black;
}

a {
    color: #cccccc;
}

#credit {
    position: absolute;
    padding: 2px;
    color: #cccccc;
    font-family: "Arial";
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0px;
    right: 0px;
    z-index: 100;
    font-size: 13px;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}