html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  background: #f5f4f4;
  min-height: 600px;
  max-width: 1000em;
}
.container {
  background: #FFF;
  box-shadow: 0 0 11px #8A8A8A;
  max-width: 1400px;
  min-width: 250px;
  margin: auto;
  height: 100%;
  display: flex;
  padding: 0;
  flex-direction: column;
}
.container #header {
  background: transparent url('../img/header_bg_new.png') center center no-repeat;
  height: 200px;
  display: flex;
  justify-content: center;
  position: relative;
}
.container #header #logo {
  background: transparent url('../img/orel.png') center top 12px no-repeat;
  height: 80px;
  width: 290px;
  padding-top: 97px;
  text-align: center;
  color: #FFF;
}
.container #header #logo #grcc {
  font-family: 'PFDinTextCondPro';
  font-size: 29px;
  -webkit-font-smoothing: antialiased;
}
.container #header #logo #udprf {
  font-family: 'PFHandBookPro';
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  line-height: 10px;
}
.container #content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container #content #text {
  font-size: 18px;
  font-weight: 100;
  text-align: center;
  margin: 50px 0;
}
.container #content #text p {
  color: #000;
  position: relative;
}
.container #footer {
  background: transparent url('../img/footer_bg.png') left -1px bottom no-repeat;
  height: 222px;
}
