#galeria3 {
	width:				707px;
	height:				554px;
	background:			url('images/background.png');
	position:			relative;
	top:				-41px;
	z-index:			3;
	font-family:		'Lucida Grande', Arial, Helvetica;
	font-size:			9pt;
	color:				white;
	text-align:			justify;
	line-height:		18px;
}

#imageContainer {
	width:				400px;
	height:				300px;
	position:			absolute;
	top:				90px;
	left:				210px;
}

#imageContainer img {
	border:				1px solid #9E9375;
}