@charset "utf-8";
/* CSS Document */
#contacte {
	background-image: url(/images/contacte/contacte_fons.gif);
	background-repeat:   repeat-y;
	min-height: 482px;
	position: relative;
	font-size: 12px;
	
}
#contacte .header {
  background-image: url(/images/contacte/contacte_sup.gif);
  background-repeat: no-repeat;
  height: 70px;
}
#contacte .footer {
	background-image: url(/images/contacte/contacte_inf.gif);
	background-repeat: no-repeat;
	height: 25px;
	background-position: left bottom;
	position: absolute;
	bottom: -25px;
	left: 0px;
	width: 100%;
}
#contacte .contingut {
margin: 55px 20px 0px 20px;
text-align: center;
}
