
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: #fff;
    display: none;
}
#bg{
    position: absolute;
    background: url(bg.jpg) no-repeat;
    width: 632px;
    height: 124px;
    top: -17px;
    left: -40px;
    transform-origin: 50% 50%;
    cursor: pointer;
}
#rule{
    position: absolute;
    background:#fff;
    height: 32px;
    width: 1px;
    top: 18px;
    left: 35px;
}
#logo{
    position: absolute;
    background: url(LincolnStar.svg) no-repeat;
    height: 32px;
    width: 12px;
    top: 18px;
    left: 18px;
}
#headlineCont{
    position: absolute;
    overflow: hidden;
    width: 110px;
    height: 20px;
    top: 24px;
    left: 36px;
}
#headline01{
    position: absolute;
    background: url(tlmc.svg) no-repeat;
    /* background-position: 0px -14px; */
    /* transform: scale(.5,.5); */
    width: 99px;
    height: 20px;
    top: 0px;
    left: 6px;
}
#adCopy1Cont{
    position: absolute;
    top: 17px;
    left: 35px;
    width: 177px;
    height: 43px;
    overflow: hidden;
}
#adCopy1{
    position: absolute;
    background: url(power.svg) no-repeat;
    top: 0px;
    left: 0px;
    width: 177px;
    height: 43px;
}
#adCopy2Cont{
    position: absolute;
    top: 66px;
    left: 37px;
    width: 171px;
    height: 8px;
    overflow: hidden;
}

#adCopy2{
    position: absolute;
    background: url(allnew.svg) no-repeat;
    top: 0px;
    left: 0px;
    width: 171px;
    height: 8px;
}

#adCopy3{
    position: absolute;
    background-image: url(sprite.png);
    background-position: -0px -8px;
    top: 79px;
    left: 332px;
    width: 148px;
    height: 6px;
}


#cta{
    position: absolute;
    background: #324047;
    width: 180px;
    height: 90px;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
}
#learnmore{
    position: absolute;
    background-image: url(sprite.png);
    background-position: -0px -0px;
    width: 121px;
    height: 7px;
    top: 70px;
    left: 19px;
}
#arrow{
    position: absolute;
    background-image: url(sprite.png);
    background-position: -128px -0px;
    width: 15px;
    height: 9px;
    top: 70px;
    left: 148px;
}
#exit {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
}


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