body {
  background: #ccc;
}

#container {
  margin-top: 2%;
  width: 95%;
  margin-left: 1.4%;
  background: #fff;
  padding: 1em;
}

#topbar {
  border-bottom: 1px solid #000;
  margin-bottom: 2px;
  text-align: center;
}

#topbar form {
  display: inline;
}  

#maincontent {
  padding: 2px;
}

#underfooter {
  margin-top: 2px;
  border-top: 1px solid #000;
  text-align: right;
}
