
.frames{
	noresize:"noresize";
	frameborder:0;
	scrolling:auto;
}

html,body {
	width: 100%;
	height: 99%;
	margin: 0;
	padding: 0;
} 

html {background:#1e3970;
	background-image:url(/immagini/sfondo.jpg);
}



.divTop {
	border:0px solid;	
	margin:5px auto;
	width:1000px;
	height:170px;
	background:#1e3970;
}

.divCenter {
	border:0px groove #ffffff;
	margin:0px auto;
	width:1000px;
	height:70%;
}

.divCenter1 {
	position:relative;
	float:left;
	border:0px solid;	
	margin:0px auto;
	width:170px;
	height:100%;
}

.divCenter2 {
overflow-x:auto;
overflow-y:auto; 
	position:relative;
	float:left;
	position:relative;
	border:0px solid;	
	margin:0px auto;
	margin-right:0px;
	width:827px;
	height:100%;
}

.divBottom {
  position: fixed;
  bottom: 0px;
  left: 50%;
  margin-left: -500px;
	/*background:#1E3970;*/	
	/*background:#95A9F2;*/
	border:0px solid;	
	width:1000px;
	height:35px;
	font-family: Arial,verdana,sans-serif,Helvetica,Calibri;
	font-size: 10.5px;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	color: #A05C1B;
	color: #DDDDDD;
	/*color: #1e3970;*/
	/*border-top: 2px solid #DD8A2D;*/
}

/*IE6 and below HACK*/
*html  .divBottom {
position:absolute;
/*margin: 0px auto;*/ 
}


