body { 
	color: navy; 
	background-color: #040000; 
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 14px;
	margin:0; 
	padding:0;	
}
#background { width:100%; }
#stretchImage { width:100%; }
#foreground { color: Khaki; position: absolute; left:0px; top: 0px; width:100%; height:100%; z-index:9; }
#title{ 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px;
	letter-spacing:18px; 
	text-align: center; 
	padding-top: 2px;
}
#content { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px;
	position:relative; 
	left:15%; 
	bottom:-45%; 
	width: 30%; 
	/* height: 30%; */
	color: Khaki; 
	position:relative; 
	letter-spacing:1px; 
	margin 0; 
	padding:12px; 
	border: solid 1px #443f21;
	overflow: auto;
}
a { color: Khaki; font-weight: normal; text-decoration: none; border-bottom: solid 1px #443f21; }
a:hover { background-color: #443f21; }
a.small { color: Khaki; font-size: xx-small; font-weight: normal; }
img { border: none; }
ul {list-style-type:circle}
li {margin-bottom: 1px;}


