* {
  box-sizing: border-box;
}
html, body {
  height: 100%;
  overscroll-behavior: none;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  background-image: url(images/bg.gif);
  background-repeat: repeat;
}


#content {
  position: relative;
  margin: auto;
  margin-top: 0;
  height: 100%;
  min-height: 200px;
  max-width: 740px;
}

#caput {
  position: absolute;
  top: 4px;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  width: 100%;
  font-weight: bold;
  text-align: center;
  background-image: url(images/boxbg2.jpg);
  background-size: contain;
}

.title {
  font-size: 1.1rem;
  color: #2B6818;
}

#corpus {
  position: absolute;
  margin:0;
  top: 56px;
  left: 0;
  bottom: 4px;
  padding: 30px;
  padding-top: 14px;
  width: 100%;
  overflow-y: auto;
  overscroll-behavior: none;
  background-image: url(images/boxbg2.jpg);
  background-size: contain;
}

h3 {
  text-align: center;
  color: #2B6818;
  font-size: 1.1rem;
}
.loginbt {
  width: 180px;
  color: black;
  font-size: 0.9rem;
}
.logintab {
   margin: auto;
}
.alignr {
  text-align: right;
  padding-right: 12px;
}


