body {
	/* background-image: url(images/bg2.jpg); */
	margin: 0px;
	padding: 0px;
	background-color: #3b2517;
}

table.entrypage {
	border: 1px solid #826244;
}

DIV.outer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 700px;
  height: 500px;
  margin-left: -350px; /* half of width */
  margin-top: -250px;  /* half of height */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #826244;
  text-align: center;
}
