body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ddd;
  font-size: 18px;
}

.Absolute-Center {
  background: #eee;
  bottom: 0;
  height: 240px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 903px;
  padding: 30px;
  border-style: solid;
  border-width: 3px;
}
#logodiv a img {
  display:block;
  margin:auto;
  justify-content: center;
}

#bottomtext {
  text-align: right;
}
