@charset "utf-8";
/* CSS Document */

#contingut_text {
	width:450px;
	height:353px;
	background-color:#FEDD90;
	float:left;
	margin-left:10px;
	margin-top:10px;
	background-image: url(../imatges/fulla.gif);
	background-repeat:no-repeat;
	background-position: top;
	
	
}
#contingut_imatge {
	width:450px;
	height:353px;
	float:left;
	margin-left:25px;
	margin-top:10px;
	background-image:url(../imatges/mapa_canGuinau.jpg);
	background-repeat:no-repeat;
	background-position: top;
}
