body {
    margin: 0px 0px 0px 0px;
    /* the extra 1px allows the iOS inner/outer check to work */
    background: #000000;
    background-image: url(../images/repetitive.jpg);
}

#orientation {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: white;
    background-image: url('../images/playportrait.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}