body { background-color: black; color: white; }

#container {
 
		position: relative;
		width: 519px;
		margin: auto;
		background: url("bg.gif");
		background-repeat: repeat-y;
		
 }
#main { 
	     width: 519px;
	     height: 358px;
	     background: url("banner.jpg");
	     background-repeat: no-repeat;
	     }
	     
#content {
	 width: 519px;
	 position: absolute;
	  top: 358px;
	 left: 0px;
	 background: url("bottom.jpg");
	 background-repeat: no-repeat;
	 background-position: top;
	 font: 10pt / 18pt helvetica, arial, "times new roman", georgia, verdana;
	 text-align: justify;
	 background-color: transparent;
	 z-index: 90;
}

h3 { text-align: left; border-bottom: 1px dotted white; }
#content-nest {
	width: 300px;
	margin-right: 20px;
	margin-top: 20px; 
	margin-bottom: 20px;
	margin-left: 150px;
	z-index: 90;
}

#footer {
	width: 454px;
	height: 103px;
	background: url("footer.jpg");
	vertical-align: bottom;
	margin-left: 70px;
}
a:link, a:visited { color: white; }
a:hover, a:visited:hover { color: orange }
