body {
	background-image: url(bg.png);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#Container{
	position:absolute;
	width:100%;
	min-width:1000px;
	height:100%;
	z-index:1;
}
#Center {
    position:relative;
	width:950px;
	height:100%;
	z-index:1;
	left:50%;
	margin-left:-475px;
}
#Top {
	width:950px;
	height:154px;
	z-index:1;
	float:left;
	background:url(logo.png) no-repeat;
	border:1px #40330d dotted;
}
#Separatore {
	width:950px;
	height:50px;
	z-index:1;
	float:left;
}
#Menu {
	width:950px;
	height:75px;
	z-index:1;
	float:left;
	border:1px #40330d dotted;
	background:url(menu.png) no-repeat;
}
#Ann {
	width:200px;
	z-index:1;
	float:left;
}
#Schemi {
	width:250px;
	z-index:1;
	float:left;
}

#Schemi_dett {
	width:540px;
	z-index:1;
	float:left;
}
#Contenitore_schemi_dett {
	width:100%;
	z-index:1;
	float:left;
	padding:4px;
	background-color:#f1e6d5;
	border:1px #40330d dotted;
}

#Separatore_vert {
	width:30px;
	z-index:1;
	float:left;
}
#Coda {
	width:950px;
	z-index:1;
	float:left;
}
#Intestazioni {
	width:250px;
	height:63px;
	z-index:1;
	float:left;
	border:1px #40330d dotted;
}
#Separatore_dett {
	width:100%;
	height:25px;
	z-index:1;
	float:left;
}
#Contenitore_dett {
	width:100%;
	height:120px;
	z-index:1;
	float:left;
	padding:4px;
	background-color:#f1e6d5;
	border:1px #40330d dotted;
}
.menu {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 16px;
	color: #000000;
	font-weight:bold;
}
.testo {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	color: #000000;
}
.testolink:link {
	color: #993300;
}
.testolink:visited {
	color: #993300;
}
.testolink:hover {
	color: #000000;
}
.testolink:active {
	color: #993300;
}
.menulink:link {
	color: #993300;
}
.menulink:visited {
	color: #993300;
}
.menulink:hover {
	color: #000000;
}
.menulink:active {
	color: #993300;
}		
