/* CSS Document */

#Header {
	position:relative;
	width:auto;
	height:60px;
	z-index:1;
	border: thin solid #009900;
	background-color: #D5FFD5;
}
#Body {
	position:relative;
	top:auto;
	width:auto;
	height:auto;
	z-index:2;
	border: thin solid #000000;
}

.style1 {
	font-family: "High Tower Text";
	font-size: 36px;
}

