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: 300px;
    height: 600px;
    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: 337px;
    left: 102px;
    width: 95px;
    height: 30px;
    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: 484px;
    left: 214px;
    width: 60px;
    height: 58px;
    z-index: 6;
}

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

#logo1_word {
    background-image: url(logo1_word.png);
    top: 545px;
    left: 186px;
    width: 70px;
    height: 22px;
    z-index: 8;
}

#txt1 {
    background-image: url(txt1.png);
    top: 126px;
    left: 22px;
    width: 196px;
    height: 116px;
    z-index: 10;
}

#txt2 {
    background-image: url(txt2.png);
    top: 127px;
    left: 21px;
    width: 230px;
    height: 145px;
    z-index: 11;
}

#txt3_1 {
    background-image: url(txt3_1.png);
    top: 241px;
    left: 47px;
    width: 210px;
    height: 76px;
    z-index: 12;
}

#txt3_2 {
    background-image: url(txt3_2.png);
    top: 531px;
    left: 47px;
    width: 206px;
    height: 14px;
    z-index: 13;
}

#CTA {
    background-image: url(cta.png);
    background-color: #ffffff;
    top: 337px;
    left: 102px;
    width: 95px;
    height: 30px;
    z-index: 14;
}

#logo2 {
    background-image: url(logo2.png);
    top: 86px;
    left: 99px;
    width: 128px;
    height: 121px;
    z-index: 7;
}