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

#container {
    position: absolute;
    overflow: hidden;
    width: 300px;
    height: 250px;
    border: 1px solid black;
    box-sizing: border-box;
    background: #fff;
    display: none;
}
#bg{
    position: absolute;
    background: url(bg.jpg) no-repeat;
    width: 360px;
    height: 300px;
    top: -25px;
    left: -30px;
    transform-origin: 50% 50%;
    cursor: pointer;
}
#rule{
    position: absolute;
    background:#fff;
    height: 26px;
    width: 1px;
    top: 6px;
    left: 22px;
}
#logo{
    position: absolute;
    background: url(LincolnStar.svg) no-repeat;
    height: 26px;
    width: 10px;
    top: 6px;
    left: 6px;
}
#headlineCont{
    position: absolute;
    overflow: hidden;
    width: 100px;
    height: 18px;
    top: 11px;
    left: 24px;
}
#headline01{
    position: absolute;
    background: url(tlmc.svg) no-repeat;
    width: 82px;
    height: 18px;
    top: 0px;
    left: 6px;
}
#adCopy1Cont{
    position: absolute;
    top: 52px;
    left: 31px;
    width: 235px;
    height: 18px;
    overflow: hidden;
}
#adCopy1{
    position: absolute;
    background: url(power.svg) no-repeat;
    top: 0px;
    left: 0px;
    width: 235px;
    height: 18px;
}
#adCopy2Cont{
    position: absolute;
    top: 76px;
    left: 64px;
    width: 171px;
    height: 10px;
    overflow: hidden;
}

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

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


#cta{
    position: absolute;
    background: #324047;
    width: 300px;
    height: 28px;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
}
#learnmore{
    position: absolute;
    background-image: url(sprite.png);
    background-position: -0px -0px;
    width: 203px;
    height: 8px;
    top: 10px;
    left: 35px;
}
#arrow{
    position: absolute;
    background-image: url(sprite.png);
    background-position: -162px -8px;
    width: 15px;
    height: 9px;
    top: 10px;
    left: 248px;
}
#exit {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
}


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