body{
    width: 300px;
    height: 600px;
    padding:0;
    margin: 0; 
    overflow: hidden;
}

#abContainer{
    position: relative;
    width: 300px;
    height: 600px;
    border: 1px solid #000000;
    overflow: hidden;
    padding:0;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.divCommon{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 600px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.sprite {display:inline-block; overflow:hidden; background-repeat: no-repeat;background-image:url(../images/300x600_sprite.png);}

.Hubble_300x600 {width:284px; height:268px; background-position: -1px -1px}
.logo {width:63px; height:46px; background-position: -215px -340px}
.txt_1 {width:229px; height:67px; background-position: -1px -271px}
.txt_2 {width:212px; height:89px; background-position: -1px -340px}
.txt_cta {width:92px; height:16px; background-position: -162px -431px}
.txt_legal {width:86px; height:9px; background-position: -162px -449px}
.txt_tag {width:159px; height:33px; background-position: -1px -431px}

#FPO{
    top: -1px;
    left: -1px;
    background: url(../FPO/FPO_2.jpg) no-repeat;
}
.replayArrow{
    background: url(../images/replayVector.svg) no-repeat;   
}
#adImg{
    height: 600px;
    width: 300px;
    overflow: hidden;
}
#earth{
    width: 494px;
    left: -51px;
    top:443px;
    background: url(../images/earthCurve_300x600.jpg) no-repeat;   
}
#hubble{
    left:14px;
    top:273px;
}
#bgnd, #cover{
    background-color: #000000;   
}
#txt_1, #txt_2, #txt_tag{
    top: 133px;
    left: 16.5px;
}
#txt_2{
    top: 111px;
}
#txt_tag{
    top: 228px;
    left: 18px;
}
#ctaContainer{
    top:546px;
    left: 156px;
}
#ctaBgnd{
    height: 36px;
    width: 116px;
    background-color: #68233f; 
    border: 3px solid #fffcd6;
}
#ctaTxt{
    top: 10px;
    left: 13px;
}
#logo{
    top:14px;
    left: 222px;
}
#line{
    top: 216px;
    height: 2px;
    background-color: #6a2045;
}
#legal{
    top: 587px;
    left: 209px;
}
#replay{
   cursor: pointer;
    /*z-index: 400;*/
    top:-100px;
    left: 6px;
    width:20px;
    height: 17px;
    -webkit-transform-origin: 10.5px 9.5px;
    -ms-transform-origin: 10.5px 9.5px;
    -o-transform-origin: 10.5px 9.5px;
    transform-origin: 10.5px 9.5px;
    opacity: 1;
}