html, body {
	font-size: 10pt;
	background:#E6E6E6 url(../images/css/bandacentrale.jpg) repeat-y center;
	text-align:center;
	margin:0px;
	padding:0;
	height:100%;
	font-size: 10pt;
	font-family: Calibri, "Times New Roman", Verdana;
	color: #005BAB;
	line-height: 150%
 }

div#container{
position:relative;
height: 100%
}
body>div#container{height:auto;min-height:100%}


.piede {
	position:absolute;
	bottom: 0;
	width: 100%;
	background-image: url("../images/css/piede.jpg");
	background-repeat: repeat-x;
	background-position: center top;
	height: 50px;
	width: 900px;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	font-size: 9pt;
	font-family: Calibri, "Times New Roman", Verdana;
}