@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#123d2e;
	color:#FFF;
	font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size:0.7em;
}
a {
	color:#FFF;
	text-decoration:underline;
}




/*---stili foto----*/
#contenitore {
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:640px;
	height:673px;
	background:url(../_img/sfondo.jpg) no-repeat;
}
#testo {
	padding-top:645px;
	width:464px;
	float:right;
	text-align:right;
}
