body {
    margin: 0px;
    font-family: sans-serif;
    color: white;
    font-size: 14px;
}

#border {
    position: absolute;
    margin: 0;
    width: 298px;
    height: 248px;
    border: 1px solid #000000;
    z-index: 100;
    pointer-events: none;
}

#wrapper {
    overflow: hidden;
    width: 300px;
    height: 250px;
    background-image: URL('../-images/300x250-bg.jpg');
}
#cta{
    position: absolute;
    width: 101px;
    height: 34px;
    top: 206px;
    left: 100px;
    opacity: 0;
    background-image: URL('../-images/300x250-cta.png');
}

#rect {
    position: absolute;
    width: 253px;
    height: 100px;
    top: 86px;
    left: 23px;
    opacity: 0;
    background-image: URL('../-images/300x250-rect.png');
}

#t1 {
    position: absolute;
    width: 215px;
    height: 55px;
    left: 20px;
    top: 23px;
    opacity: 0;
    background-image: URL('../-images/300x250-text.png')
}
