body,
body * {
    vertical-align: baseline;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 9pt;
    color: #fff;
}

:focus {
    outline: none;
}

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

#container {
    width: 970px;
    height: 250px;
    position: absolute;
    border: 1px solid black;
    box-sizing: border-box;
    background: #150c2a;
}

#whiteOut {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
    background-color: #150c2a;
    z-index: 90;
}

#linkLayer {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    cursor: hand;
    background-color: rgba(255, 255, 255, 0);
    z-index: 100;
}

#rollTarget {
    top: 137px;
    left: 729px;
    width: 98px;
    height: 31px;
    display: block;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    cursor: hand;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(102, 195, 198, 0);
    z-index: 101;
}

.feature {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.mc {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#background {
    background-image: url(bg.jpg);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#stars {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
}

#starsfade {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.comet {
    background-image: url(comet.png);
    width: 6px;
    height: 6px;
    position: absolute;
}

.star {
    background-image: url(star.png);
    width: 24px;
    height: 24px;
    position: absolute;
}

.starfade {
    background-image: url(comet.png);
    width: 12px;
    height: 12px;
    position: absolute;
}

#logo1_pink {
    position: absolute;
    overflow: hidden;
    top: 119px;
    left: 866px;
    width: 70px;
    height: 70px;
    z-index: 6;
}

#flipbook {
    top: 0px;
    left: 0px;
    width: 1120px;
    height: 70px;
    background-image: url(logo1_pink.png);
    position: relative;
}

#logo1_word {
    background-image: url(logo1_word.png);
    top: 191px;
    left: 836px;
    width: 86px;
    height: 27px;
    z-index: 8;
}

#txt1 {
    background-image: url(txt1.png);
    top: 66px;
    left: 52px;
    width: 387px;
    height: 72px;
    z-index: 10;
}

#txt2 {
    background-image: url(txt2.png);
    top: 71px;
    left: 51px;
    width: 617px;
    height: 60px;
    z-index: 11;
}

#txt3_1 {
    background-image: url(txt3_1.png);
    top: 145px;
    left: 147px;
    width: 556px;
    height: 19px;
    z-index: 12;
}

#txt3_2 {
    background-image: url(txt3_2.png);
    top: 210px;
    left: 371px;
    width: 228px;
    height: 15px;
    z-index: 13;
}

#CTA {
    background-image: url(cta.png);
    background-color: #ffffff;
    top: 137px;
    left: 729px;
    width: 98px;
    height: 31px;
    z-index: 14;
}

#logo2 {
    background-image: url(logo2.png);
    top: 34px;
    left: 370px;
    width: 213px;
    height: 81px;
    z-index: 7;
}