@charset "utf-8";

#imageContainer {
	position: relative;
	margin: auto;
	width: 300px;
	height: 200px;
}

#imageContainer img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

