#mContainer {
	position:relative;
	display:block;
	width:800px;
	/*height:650px;*/
	text-align:center;
   /* border:2px solid #000; */
	margin:auto;
	/* background-color:#000000; */
	z-index:10;
}

#mContainer h1 {
	margin:0;
	padding:3px 15px 0 0;
	position:absolute;
	font:bold 14px verdana,arial;
	/* color:#F8F7E4; */
	top:0px;
	left:0px;
	width:480px;
	text-align:right;
}

#caption {
	/* Text de sota la foto */
   position:relative;
	top:100px;
	width:80%;
	/*margin-left:auto;
   margin-right:auto;*/
   text-align:left;
	font:12px verdana;
}

#imageContainer {
	position:relative;
	top:10%;
   /*margin:auto;*/
	/* background-color:#F8F7E4;	*/
	border:1px solid #5A463C;
   display: none;
}

#imageContainer img {
	/* border:1px solid #F8F7E4; */
}

#navContainer {
	/* Els numeros dels enllaços */
   position:absolute;
	bottom:-20px;
	left:-5px;
	font:10px verdana,arial;
}

#navContainer a {
	margin:5px;
	padding:2px;
	text-decoration:none;
	color:#649682;
}

/* the following styles are unrelated to the applications function */

#credits {
	position:relative;
	margin:auto;
	margin-top:40px;
	width:400px; 
	font-family:verdana;
	font-size:9px;
}

hr {
	width:400px;
	height:1px;
	text-align:left;
	color:#000;
	background:#000;
	border-style:none;
	clear:both;
	margin:5px 0 5px 0;
}

#credits img {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	border:1px solid #000000;
	width:80px;
	height:79px;
}