html {
    background-color:      #000000;
    }	

#bodyWrapper {
	position:absolute;
	top:50px;
	height:700px;
	/* 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(http://gocheer.smugmug.com/photos/123234602-Th.jpg);
	z-index: 1;
	}	*/

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

