#imageContainer {
	position:relative;
	margin:auto;
	height:211px;
	width: 900px;
	background: url(images/tb_essen1.jpg) no-repeat;
}
#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

