body {
	color: ;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #B6AEAC;
	background-image: url('background.gif');
	background-repeat:	repeat-y;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

#Big {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #000000;
	text-decoration: underline
}

.history a {
	color: #cc0000;
}

a:hover {
	color: #9D0025;
	text-decoration: underline;
}

DIV.outer
      {
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -150px; /* half of width */
      margin-top: -150px;  /* half of height */
      }