* {
  margin: 0;
  padding: 0;
}

#page {
  width: 50%;
  margin: 0 auto;
  margin-top: 5px;
  background-color: #f3f3f3;
  border: 1px solid #000000;
}

.logo {
  border-bottom: 1px solid #000000;
  height: 110px;
  background-color: #868789;
  background-image: url("/site/templates/images/logo_mp_3-1.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}

.user-logout {
  position: absolute;
  right: 0;
  margin-right: 1%;
  bottom: 0;
  margin-bottom: .75%;
}
/*# sourceMappingURL=main.css.map */