@charset "UTF-8";
/* CSS Document */

a:focus { outline: 0; } /* togli bordoo firefox*/
img { border: 0; }


html, body {
	height: 100%;
	/*margin: 0px;*/
	border: 0px;
	color: white;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	background-image:url(sfondo.jpg)*/
	}


div#testata {
	
	width: 898px;
	margin: 0px auto;
	text-align: center;
	border: 1px solid #CCCCCC; 
	
}

div#tommaso {
	
	margin: 0px auto;
	text-align: left;
	float:left; /* questo fa si che il div successivo non vada a capo*/
}


div#underc {
	
	margin: 0px auto;
	text-align: right;
}

div#fotohp {
	
	width: 900px;
	margin: 0px auto;
	text-align: center;
	
}
