/*.AdvertisementTopLeft {
    left: 10px;
    position: absolute;
    z-index: 5;
}
.AdvertisementTopRight {
    position: absolute;
    right: 10px;
    z-index: 5;
}*/
.AdvertisementTopLeft {
    left: 0;
    position: fixed;
    top: 150px;
    z-index: 5;
}
.AdvertisementTopRight {
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 5;
}
.AdvertisementBG {
    height: 0;
    width: 0;
}