@charset "utf-8";
/* CSS Document */

#imageContainer {
	position:relative;
	margin:auto;
	height:337px;
	width:335px;
	background:#e4dec5;
}

#imageContainer img{
	display:none;
	position:absolute;
	top:0; left:0;
	background:#e4dec5;
}
