#banner { position: fixed;
          top: 0px;
          left: 0px;
          width: 100%;
          text-align: center;
          z-index: 250;
        }
#validator { position: absolute;
             top: 390px;
             left: 5px;
             width: 90px;
             text-align: left;
             z-index: 200;
}
#stickra { position: absolute;
           top: 140px;
           left: 10px;
         }
#champs { position: absolute;
          top: 76px;
          left: 0px;
          width: 100%;
          height: 23px;
          z-index: 300;
          text-align: center;
        }
#champs2 { position: absolute;
           top: 99px;
           left: 0px;
           width: 100%;
           height: 23px;
           z-index: 300;
           text-align: center;
         }
body {
   color: black;
   margin: 0px 0px 0px 0px;
   background-color: white;
}
img { border: 0px; }
.br { font-weight: bold;
      color: red;
      background-color: white;
    }
#fixtures { position:absolute;
            top: 140px;
            left: 0px;
            width: 100%;
            text-align: center;
}