body {
  background-color: #e73e33;
  background-image: url('/static/img/programme-background2.png');
  background-repeat: repeat;
  background-size: 100%;
  color: #0c2724;
}

header {
  background: url("/static/img/programme-header.png") no-repeat center top;
  background-size: auto 100%;
  position: relative;
  width: 100%;
  max-width: 1664px;
  min-height: 150px;
  max-height: 170px;
  margin: 0px auto;
  overflow: hidden;
}

#content {
  background: none;
}

h1, h2, h3, h4, a {
  font-family: 'Anton', sans-serif;
  color: #f1f0c4;
  text-transform: uppercase;
}

a:hover, a:active, a:focus {
  color: #fff;
  outline: none;
}

.table>tbody>tr>td, .table>tbody>tr>th {
  border-color: #F57D48;
}

hr {
  border-color: #F57D48;
}

footer {
  color: #F57D48;
  background: none;
}

footer a {
  text-transform: none;
}