html {
    background-color:      #000000;
    }	

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

/* #bodyPicture {
	position:relative;
	top:0px;
	left: 340px;
	height:70px;
	width: 290px;
	border:2px solid #ffffff; 
	background:url(images/gocheer-horizontal.png) no-repeat left top;
	background-image: url(images/gocheer-horizontal.png);
	}	*/

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


