body {
    margin: 0;
    background-color: #000000;
}

#container {
    position: relative;
    width: 100%;
    height: 100%;
}

#content-container, #ad-container {
    position: absolute;

    top: 0px;
    left: 0px;

    width: 100%;
    height: 100%;
}

#ab-container {
    max-width: 100%;
    max-height: 100%;
}

#ab-container img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

img.mlg-abd{
    position:absolute;
    border:0px;
}

.popout-placeholder {
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 378px;
    text-decoration: none;
    font-size: 16px;
    color: #DDDDDD;
    cursor: pointer;
    font-weight: 700;
}
.popout-placeholder-hover {
    color: #006FFF;
    text-decoration: underline;
}

