Body {
  background-color: white;
  background-image: URL("banner.gif");
  background-repeat: repeat-x;
  font: 110% sans-serif;
  }

.nomargin{ margin: 0px;}
.white { color: white;}

p {
  margin: 5%;
  margin-left: 100px;
  z-index: +1;
}

div.top {
	background-image: URL("corner.gif");
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 0;
	left: 0;
	width: 464;
	height: 400;
}

H1 {
	font-variant: small-caps; 
	text-decoration: underline;
	margin-top: +15%;
	margin-left: +15%;
	margin-bottom: 0%;
}

p.address {
	margin-left: 15%;
	margin-top: 0%;
	font: 75% monospace, small-caps;
	font-stretch: expanded;
	color: gray;
}


H2 {
	font-variant: small-caps; 
	text-decoration: underline;
	margin-top: +15%;
	margin-left: +7%;
	margin-bottom: 0%;
}

div.buttons {
 position: absolute;
 top: 0;
 left: 50%;
 width: 50%;
 height: 2em;
 font: 75% monospace;
 color: white;
 padding: 0;
 padding-top: 1em;
 text-align: right;
 clear: right;
}

span.mono { font: 90% monospace; }
