#tickertape {
    position: relative;
    background-color: white;
    width: 220px;
    height: 200px;
}

#subtickertape {
    background-color: white;
    position: absolute;
    width: 220px;
    height: 200px;
}