/* Делаем хедер "плавающим" над контентом */
#t-header {
  position: absolute !important;
  background: transparent !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

/* Убираем отступ у первого блока, так как контент в нем расположен ниже */
#allrecords .r:first-child {
  padding-top: 0 !important; 
}