#content {
  text-align: center;
}

#content H1 {
  font-size: 28px;
  font-weight: bold;
  color: #C00;
}

#content H1#ileft {
  text-align: left;
}

#content H1#iright {
  text-align: right;
}

#content #message {
  width: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

#content #langinfo {
  border: 5px outset #f0f0e8;
  width: 400px;
  background: #f0f0e8;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

