#imageContainer {
	position: relative;
	left: -40px;
	top: -20px;
	width: 823px;
	height:511px; 
}  

#imageContainer img { 
	display:none; 	
	position:absolute; 	
	top:0px; 
	left:0px;
	width:823px; 	
	height:511px;  	
	opacity: -0.01;
} 