@charset "utf-8";
/* CSS Document */

/* MAQUETACIÓ */

/* alçada 100% */
html, body {
	background-image:url(../img/fons.jpg);
	height: 100%;
	background-repeat:  repeat-x;
	background-position: 0px 0px;
	background-color:#212119;
}
#container {
	min-height: 100%;
}
* html #container {
	height: 100%;
}
/**/

/* footer seguit */
#container {
	/* height footer */
}
#header {
	/* height footer */
}
#footer {
	clear: both;
}
/**/