@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	margin-top: 0px;
}

#box {
	position:relative;
	margin:0px auto;
	width: 900px;
	height: 5px;
	padding: 5px;
	z-index: 10;
}


#TESTATA_AREARISERVATA {
	position:absolute;
	left:0px;
	top:8px;
	width:900px;
	height:60px;
	z-index:1;
	background-image: url(../public/images/testataMateriali.jpg);
	background-repeat: no-repeat;
	
}
#CORPO {
	position:absolute;
	left:128px;
	top:323px;
	width:900px;
	height:279px;
	z-index:1;
	background-image: url(../public/images/corpoAreaRiservata.jpg);
	padding: 5px;
	background-repeat: no-repeat;
}
#GABBIA-TESTATA-ADMIN {
	position:absolute;
	left:0px;
	top:45px;
	width:1000px;
	height:99px;
	z-index:11;
	background-image: url(../public/images/ImgAmministratore/Testata.jpg);
}

#GABBIA-MENU-ADMIN {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:20px;
	z-index:15;
}
#GABBIA-SFUMA-TOP {
	position:absolute;
	left:0px;
	top:103px;
	width:900px;
	height:22px;
	z-index:11;
	background-image: url(../public/images/BarraTitoloBrown.jpg);
}

#GABBIA-SFUMA-BOTTOM {
	position:absolute;
	left:0px;
	top:558px;
	width:900px;
	height:22px;
	z-index:11;
	background-image: url(../public/images/BarraTitoloBrownR.jpg);
}
