#imageContainer {
	margin: 0;
	padding: inherit;
	width:345px;
	height: 218px;
	background: transparent;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	clear: both;
}

#imageContainer img { 
	margin: 0;
	padding: 4px; 
	border:1px solid #000;
	height: 218px;
	clear: both;
	}

#imageContainer h1 {
	position: relative;
	top: 240px;
	}
