@charset "utf-8";
/* CSS Document */
#novetats {
	background-image: url(/images/novetats_fons.gif);
	background-repeat:   repeat-y;
	min-height: 482px;
	position: relative;
}
#novetats .header {
  background-image: url(/images/novetats_sup.gif);
  background-repeat: no-repeat;
  height: 70px;
}
#novetats .footer {
	background-image: url(/images/novetats_inf.gif);
	background-repeat: no-repeat;
	height: 25px;
	background-position: left bottom;
	position: absolute;
	bottom: -25px;
	left: 0px;
	width: 100%;
}
#novetats .contingut {
margin: 0px 20px 0px 20px;

}

