/* CSS Document */
body {
	background-color: #919291;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#Page_Container {
	position:absolute;
	top: 0px;
        left: 50%;
        margin-left: -490px;
	width:980px;
	height:1100px;
	z-index:0;
	background-image: url(CSSImages_Style1/Sfondo.jpg);
}

#Page {
	position:absolute;
	top: 0px;
        left: 10px;
	width:960px;
	height:1100px;
	z-index:0;
	background-color: #FFF;
}
#Header {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:100px;
	z-index:1;
	background-color:#FFF;
}
#Menu_Bar {
	position:absolute;
	left:-2px;
	top:0px;
	width:830px;
	height:14px;
	z-index:1;
}
#Container {
	position:absolute;
	left:-10px;
	top:100px;
	width:964px;
	height:957px;
	/*background-color:#F00;*/
	z-index:4;
}
#Footer {
	position:absolute;
	left:-2px;
	top:1060px;
	width:964px;
	height:40px;
	z-index:1;
	background-color: #E4E4E4;
}
