html { -webkit-font-smoothing: antialiased; }
body {
   
	margin: 0px;
	letter-spacing:1.1px;
}


#ad {
    display: block;
    border: rgb(145, 153, 153) 1px solid;
   overflow: hidden;
    width: 298px;
    height: 248px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	/* background-image: url('frame_2.jpg');*/
	
}
#overButton{
 	position: absolute;
    display: block;
    width: 300px;
    height: 250px;
	top: 0px;
    left: 0px;
}
#banner {
    position: absolute;
    display: block;
    width: 298px;
    height: 248px;
   overflow: hidden;
	opacity:0;  
	
}
#resolve{
	width: 300px;
    height: 207px;
    background-image: url('endTag.svg');
    background-repeat: no-repeat;
    background-position: 50% 43px;
	    background-size: 83%;
    background-color: #eff1f0;
	opacity:0;
}
#frame_1{
	position:absolute;
	width:300px;
	height:250px;
}
#frame_1{
    width: 300px;
    height: 250px;
  
    background-repeat: no-repeat;
    background-size: cover;
	 overflow: hidden;
}
.photoHolder{
	position:absolute;
	top:0px;
 background-image: url('faceSprite.jpg');
 background-repeat: no-repeat;
 background-position:0 0;
 width:300px;
 height:207px;
 
}
#image_2{
background-position:0 -207px;
}
#image_4{
background-position:0 -414px;
}
#image_5{
background-position:0 -621px;
}
#image_3{
background-position:0 -828px;
}
#frame_1__logo {
	position:absolute;
	top: 217px;
    left: 11px;
    width: 139px;
    height: 146px;
    background-image: url('llLogo.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

#frame_1__tagline {
	position: absolute;
    top: 11px;
    left: 0px;
    width: 300px;
    height: 50px;
    background-image: url('idenityTheft.svg');
    background-position-x: 50%;
    background-repeat: no-repeat;
    
}
#frame_1__tagline2 {
	position: absolute;
    top: 19px;
    left: 0px;
    width: 300px;
    height: 40px;
    background-image: url('help.svg');
    background-repeat: no-repeat;
    background-position-x: 50%;
    
}

#frame_1__cta{
	position: absolute;
    top: 217px;
    left: 162px;
    width: 128px;
    background-color: #CC092F;
    height: 24px;
    
    border-radius: 20px;
	 background-image: url('protectNow.svg');
	     background-repeat: no-repeat;
    background-position: 50%;
}


