html {
    background-color:      #000000;
    }	
	
/* p a:link { text-decoration:underline; color:#ffffff; }
p a:hover { text-decoration:underline; color:#ee3333; } */


#bodyWrapper {
	position:absolute;
	top:50px;
	height:480px;
	/* border:1px solid #ffffff; */
	width: 800px;
	left: 0px;
	}	

#bodyPicture {
	position:absolute;
	top: 30px;
	right: 4px;
	height:150px;
	width: 150px; 
	border:1px solid #ffffff; 
	background-image: url(graphics/joehart.jpg);
	z-index: 1;
	}	

#bodySpecialInfo {	
	position:absolute;
	top: 4px;
	left:4px;
	width: 800px;
	height: 235px;
	/* border:2px solid #00ffff; */
    }
	
#copyright {
	text-align: right;
	position:   absolute;
	width: 300px;
	height: 20px;
	bottom: 14px;
	right: 4px;
	/* border:2px solid #0ffff0; */
	z-index: 5;
	}	
	
#sitemap {
	text-align: left;
	position:   absolute;
	width: 60px;
	height: 20px;
	bottom: 0px;
	left:      4px;
	/* border:2px solid #0ffff0; */
	z-index: 5;
	}	

