	/* hide from ie on mac \*/
	#Contingut {
		position:absolute;
/*
		top:35px; left:0px; right:0px; bottom:0px;
*/
		top:0px; left:0px; right:0px; bottom:35px;
		/*
		background:#f00;
		height: 792px;
		width:612px;
		*/
		margin:0px;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.Navegacio {
		position:absolute;	bottom:0px; left:0px; right:0px;
		margin:5px; 
		text-align:center;
	}
	
