#imageContainer {
	height:300px;
	background-position: center;
}  
#imageContainer img {
	display:none;
	position:absolute;
	top:10px;
	left:10px;
	bottom:0px;
	height:300px;
	width:900px;
	opacity: -0.01;
} 
			
			.bordered {
border:1px solid #000000;
}
