#center-column {
  width: 874px;
  height: 104px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('files/images/aero-orange.jpg');
  border-left: 5px solid #000000;
  border-right: 5px solid #000000;
  border-radius: 12px 12px 0 0;
}

#center-column table{
  margin: 0 auto;
}

#main-content {
  width: 874px;
  height: 770px;
  margin: 0 auto;

  background-color: #FFFFFF;
  border-left: 5px solid #000000;
  border-right: 5px solid #000000;
  
  position: relative;
}

.WelcomeText {
  text-shadow: 2px 2px #FFA500;
}

.footer {
  padding: 10px;
  background: #eee;
  text-align: center;
  border-top: 1px solid #000;
  position: absolute;
  bottom: 0;
  width: 854px;
}