html {
    background-color:      #000000;
    }	

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

#bodyPicture {
	position:relative;
	top: -10px;
	left: 0px;
	height:500px;
	width: 800px; 
	border:2px solid #ffffff; 
	background-image: url(images/20061203-182823_800x500.jpg);
	z-index: 1;
	}	

/* #bodySpecialInfo {	
	position:absolute;
	top: 4px;
	left:4px;
	border:2px solid #00ffff; 
    width: 800px;
	height: 235px;
	font: 12pt tahoma, arial, helvetica, sans-serif;
	font-weight:600;
	color: #FFFFFF;
    }
*/	
#copyright {
	text-align: right;
	position:   absolute;
	width: 300px;
	height: 20px;
	bottom: 0px;
	right: 0px;
	/* border:2px solid #0ffff0; */
	z-index: 5;
	}	
	
#sitemap {
	text-align: left;
	position:   absolute;
	width: 60px;
	height: 20px;
	bottom: -14px;
	left:      6px;
	/* border:2px solid #0ffff0; */
	z-index: 5;
	}	

