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

}

#container {
    position: absolute;
    overflow: hidden;
    width: 728px;
    height: 90px;
    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: 386px;
    height: 90px;
    top: 0px;
    left: 342px;
}
#orangeBar {
    position: absolute;
    background: url(sprite.png) 0px -55px;
    width: 357px;
    height: 99px;
    top: 0px;
    left: 0px;
}
#bft {
    position: absolute;
    background: url(sprite.png) -443px -55px;
    width: 51px;
    height: 54px;
    top: 18px;
    left: 20px;
}

#copyCont {
    position: absolute;
    width: 286px;
    height: 55px;
    top: 18px;
    left: 71px;
    overflow: hidden;
}

#copy01 {
    position: absolute;
    background-image: url(sprite.png);
    background-position: -0px -0px;
    width: 282px;
    height: 28px;
    top: 0px;
    left: 12px;
}
#copy01b {
    position: absolute;
    background-image: url(sprite.png);
    background-position: -0px -28px;
    width: 282px;
    height: 29px;
    top: 28px;
    left: 12px;
}
#copy02 {
    position: absolute;
    background-image: url(sprite.png);
    background-position: -283px -0px;
    width: 252px;
    height: 57px;
    top: 0px;
    left: 10px;
}
#copy03 {
    position: absolute;
    background-image: url(sprite.png);
    background-position: -535px -0px;
    width: 238px;
    height: 28px;
    top: 0px;
    left: 12px;
}
#copy03b {
    position: absolute;
    background-image: url(sprite.png);
    background-position: -535px -28px;
    width: 238px;
    height: 29px;
    top: 28px;
    left: 12px;
}


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

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

#cta {
    position: absolute;
    background: url(sprite.png) -518px -90px;
    width: 136px;
    height: 40px;
    top: 27px;
    left: 375px;
    cursor: pointer;
}

#exit {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
}
#disclaimer{
    width: 728px;
    height: 90px;
    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: -1px;
    right: 2px;
    cursor: pointer;
    display: none
}
#discCTAHIt{
    position: absolute;
    width: 57px;
    height: 14px;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    display: none
}
:focus {
    outline: none;
}

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