#tfb-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ff0000;
    color: white;
    text-align: center;
    padding: 10px;
    z-index: 9999;
}
body {
    padding-top: 50px;
}
