body {
	margin: 0;
	padding: 0;
	background-color: #a42828;
	color: #860303;
	generic family: Sans-serif;
	font-family: "Arial",Sans-serif;
	font-size:0.75em;
	text-align: justify; 
}




a:link {text-decoration: none; font-weight: bold; color: #197c2f;}
a:visited {text-decoration: none; font-weight: bold; color: #197c2f;}
a:active {text-decoration: none; font-weight: bold; color: #197c2f;}
a:hover {text-decoration: bold; font-weight: bold; color: #a42828;}
	

#wrapper {
	position: absolute;
	top: 0px;
	left: 0xpx;
	width: 100%;
	height: 100%;
	padding:0px;
	z-index: 1;
}


#art {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 521px;
	height: 100%;
	background-image: url(art.png);
	layer-background-image: url(art.png);
	background-repeat:no-repeat;
	z-index: 2;
}

#nav {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3;
}

#bg {
	position: absolute;
	height: 554px;
	width: 662px;
	background-image: url(bg.png);
	layer-background-image: url(bg.png);
	background-repeat:no-repeat;
	top: 10px;
	left: 230px;
	z-index: 4;
}

#txt {
	position: absolute;
	height: 440px;
	width: 635px;
	top: 106px;
	left: 238px;
	overflow: auto;
	padding: 5px;
	z-index: 5;
}


