body,
body * {
    vertical-align: baseline;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;

}

#container {
    position: absolute;
    overflow: hidden;
    width: 300px;
    height: 600px;
    border: 1px solid black;
    box-sizing: border-box;
    background: #000;
    display: none;
}

#truck {
    position: absolute;
    background-image: url(truck.jpg);
    transform-origin: 50% 50%;
    width: 364px;
    height: 169px;
    top: -16px;
    left: -33px;
}

#backgrnd {
    position: absolute;
    background-image: url(bg.jpg);
    width: 370px;
    height: 452px;
    top: 189px;
    left: -35px;
}
#orangeBar {
    position: absolute;
    background: url(sprite.png) 0px -158px;
    width: 300px;
    height:234px;
    top:0px;
    left: 0px;
}
#bft {
    position: absolute;
    background: url(sprite.png) -301px -181px;
    width: 55px;
    height: 58px;
    top: 529px;
    left: 232px;
}

#copyCont {
    position: absolute;
    width: 300px;
    height: 234px;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

#copy01b {
    position: absolute;
    background-image: url(sprite.png);
    background-position: -0px -79px;
    width: 243px;
    height: 79px;
    top: 112px;
    left: 28px;
}
#copy01 {
    position: absolute;
    background-image: url(sprite.png);
    background-position: -0px -0px;
    width: 243px;
    height: 79px;
    top: 33px;
    left: 28px;
}
#copy02 {
    position: absolute;
    background-image: url(sprite.png);
    background-position: -301px -246px;
    width: 277px;
    height: 184px;
    top: 22px;
    left: 25px;
}
#copy03 {
    position: absolute;
    background-image: url(sprite.png);
    background-position: -392px 0px;
    width: 192px;
    height: 78px;
    top: 28px;
    left: 28px;
}

#copy03b {
    position: absolute;
    background-image: url(sprite.png);
    background-position: -392px -78px;
    width: 192px;
    height: 78px;
    top: 106px;
    left: 28px;
}


#learnmore {
    position: absolute;
    background-image: url(learnmore.png);
    width: 101px;
    height: 23px;
    top: 0px;
    left: 0px;
}

#arrow {
    position: absolute;
    width: 4px;
    height: 8px;
    top: 6px;
    left: 68px;
}

#cta {
    position: absolute;
    background: url(sprite.png) -301px -158px;
    width: 101px;
    height: 23px;
    top: 189px;
    left: 28px;
    cursor: pointer;
    overflow: hidden;
}

#exit {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
}
#disclaimer{
    width: 300px;
    height: 600px;
    position: absolute;
    background: #000;
    color: #fff;
    text-align: center;
    vertical-align: middle;
     display: none; 
}

#disclaimer p {
    margin: 0;
    position: absolute;
    font-size: 10px;
    padding: 10px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) }


#discCTA{
    position: absolute;
    font-size: 10px;
    color: #fff;
    /* width: 101px; */
    /* height: 23px; */
    bottom: 2px;
    left: 2px;
    cursor: pointer;
}
#discCTAHIt{
    position: absolute;
    width: 57px;
    height: 14px;
    bottom: 1px;
    left: 1px;
    cursor: pointer;
}
:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}
