@charset "utf-8";

/*Estil comun per totes les zones*/

body {
	background: #806D5E;
	margin: 0;
	padding: 15px;
	text-align: center;
	color: #000000;	
}

.container { 
	position: relative;
	width: 970px;
	height:590px;
	background: #C2B5AC;
	margin: 0 auto;
	text-align: left;
}
