body{
	text-align: center;
}
#wrapper{
	width: 680px;
	margin: 0px auto; 
	text-align: left;
	padding: 5px;
  /*border-top: 6px solid #124; */	/* el marge superior queda molt bé si no feim padding */
}
#contentleft{
	width: 130px;
	float: left;
}
#maincontent{
	width: 390px;
	float: left;
}
#contentright{
	width: 130px;	 
	float: left;
}
#footer{
	position: relative;
	clear: both;
}