html, body, #pchIntro {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    background-color: black;
}

#pchIntro {
    background-position: center center;
    background-image: url("//cdn.pch.com/spectrum/games/images/gs-d-h.gif");
    background-repeat: no-repeat;
    background-size: cover;
}
