body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.body-logged {
  background: url("../gfx/logged-background.jpg");
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: center;
}

.body-unlogged {
  background: url("../gfx/login-background.jpg");
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: center;
}

header, main, footer {
  padding-left: 300px;
}

@media only screen and (max-width: 992px) {
  header, main, footer {
    padding-left: 0;
  }
}
main {
  flex: 1 0 auto;
}

#copywriteInfo {
  padding: 0 10px 10px 0;
  margin: 0;
  float: right;
}