html { -webkit-font-smoothing: antialiased; }
body {
    font-family: 'Lato', sans-serif; 
	margin: 0px;
	letter-spacing:1.1px;
}


#ad {
    display: block;
    border: rgb(145, 153, 153) 1px solid;
    overflow: hidden;
    width: 638px;
height: 478px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
}
#banner {
    position: absolute;
    display: block;
    width: 638px;
height: 478px;
    background-color: #00a4e4;
    
    background-repeat: no-repeat;
    overflow: hidden;
	opacity:0;
	
}
#banner__logo{
	position:absolute;
    top: 394px;
    left: -184px;
    width: 282px;
    height: 70px;
    background-image: url('../images/hp_logo.svg');
    background-repeat: no-repeat;
    background-position: 214px 0;
    overflow: hidden;
	
}
#introAnimation{
position: absolute;
    width: 640px;
height: 480px;
	background-color:#fff;
	
}
#introAnimation__background{
	position:absolute;
	    width: 640px;
    height: 480px;
    background-image: url('../images/bg.jpg');
    opacity: 1;
   
}
#introAnimation__tagline1{
	position: absolute;
    width: 397px;
    height: 72px;
    top: 20px;
    left: 280px;
	background-image: url('../images/headline_1a.png');
	background-repeat: no-repeat;
	opacity:1;
}
#introAnimation__tagline2{
	position: absolute;
    width: 397px;
    height: 72px;
       top: 56px;
    left: 280px;
	background-image: url('../images/headline_1b.png');
	background-repeat: no-repeat;
	opacity:1;
}
#introAnimation__tagline3{
	position: absolute;
    width: 397px;
    height: 72px;
    top: 91px;
    left: 280px;
	background-image: url('../images/headline_1c.png');
	background-repeat: no-repeat;
	opacity:1;
}


#resolve{
    position: absolute;
    width: 640px;
height: 480px;
    opacity: 1;
    background: #00a4e4;
	
	
	
}
#resolve__background{
    position: absolute;
    width: 640px;
height: 480px;
	
	
}
#resolve__tagline1{
position: absolute;
       width: 346px;
    height: 45px;
    top: 48px;
    left: 148px;
	background-image: url('../images/headline_2.png');
	background-repeat: no-repeat;
	opacity:1;
}
#resolve__tagline2{
position: absolute;
      width: 516px;
    height: 76px;
    top: 28px;
    left: 20px;
	background-image: url('../images/headline_3.png');
	background-repeat: no-repeat;
	opacity:1;
}
#resolve__product{
    position: absolute;
    width: 421px;
    height: 236px;
    top: 156px;
    left: 177px;
	background-image: url('../images/product.png');
	background-repeat: no-repeat;
	opacity:1;
}
/*#resolve__pull1{
position: absolute;
    width: 121px;
    height: 32px;
    top: 220px;
    left: 48px;
	background-image: url('../images/pullout_1.png');
	background-repeat: no-repeat;
	opacity:1;
}*/
#resolve__pull2{
position: absolute;
  width: 121px;
    height: 32px;
   top: 183px;
    left: 451px;
	background-image: url('../images/pullout_2.png');
	background-repeat: no-repeat;
	opacity:1;
}
#resolve__win10logo{
position: absolute;
    width: 224px;
    height: 38px;
    top: 414px;
    left: 387px;
	background-image: url('../images/win10_logo.svg');
	background-repeat: no-repeat;
	opacity:1;
}
#resolve__cta{
position: absolute;
      width: 122px;
    height: 41px;
    top: 119px;
    left: 26px;
	background-image: url('../images/ctaSprite.gif');
	background-repeat: no-repeat;
	background-position-y: 0px;
    overflow: hidden;
	opacity:1;
}


#overButton{
position: absolute;
    width: 640px;
height: 480px;
    cursor: pointer;
}


