#imageContainer {
	position: relative;
	margin: auto;
	width: 672px;
	height: 485px;
}
#imageContainer img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}