body {
    background-image: url("../assets/CssPattern.png");
    background-repeat: repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    overflow: hidden;
}

#orientation {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url("RotateScreenBackground0.jpg") no-repeat;
    background-size: auto 100%;
    display: none;
    z-index: 1;
}
#orientationImg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url("RotateScreenGraphic0.png") no-repeat center center;
}