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

body {
	width:100%;
	margin:0px;
	background-image: url(../img/bkg-body.gif);
	background-repeat: repeat-x;
	background-color:#ececec;
}

html {
	height:100%;
}

img {
	border:0px;
}

.centrato {
	background-image: url(../img/bkg-centrato.png);
	width:1014px;
	margin:0 auto;
	height:900px;
}

.footer {
	position:fixed;
	bottom:0px;
	width:100%;
	z-index:999999;
}