/* CSS Document */

/*  TRATTO DALLA MAIL DI LUCA PAGGETTI
width:200px; height:100px; position:absolute; top:50%; left:50%; margin:-50px auto auto -100px;

*/




/*  =============  PAGINA INDEX.HTML  ============== */
.prima{
background: white url("immagini/marrone.gif") repeat;
}
/*  ================================================ */


/*  =================   B O D Y   ================== */
BODY{
	/*background-color: #CFD5B1;	*/
	background: white url("immagini/backgWin.gif") repeat;

}
/*  ================================================ */




/*  =======================BLOCCO SUPERIORE====================== */
.up{
	margin: auto;
	width: 650px;
	height: 110px;
	
	background: white url("immagini/marrone.gif") repeat;
	border-left: medium double;
	border-right: medium double;
	border-color: red;
	color: white;
}
/*  ============================================================== */





/*  =========================BLOCCO CENTRALE======================== */
.main{	
	margin: auto;
	width: 650px;
	height: 450px;

	background-color: #CFD5B1;
	
	border-left: medium double;
	border-right: medium double;
	border-color: red;
	color: white;
}
/*  =============================================================== */


/*  =======================BLOCCO INFERIORE========================= */
.down{
	margin: auto;
	width: 650px;
	height: 30px;
		
	background: white url("immagini/marrone.gif") repeat;
	border-left: medium double;
	border-right: medium double;
	border-color: red;
	color: white;
/*  =============================================================== */


A:active{
	color: red;
}

A:link{
	color: white;
}

A:visited{
	color:white;
}
