html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	}

body {
	font-size: 62.5%;
	color: #000000;
	text-align: center;
	}

a {	
	text-decoration: underline;
	color: #000000;
	}
	
div, img, ul, li, dl, dt, dd, table, tr, td { border: 0; padding: 0; margin: 0; font-size: 100%; }

div#centrami {
	width: 100%;
	height: 100%;
	font-size: 135%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/*div#centrami {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 990px;
	height: 550px;
	margin-left: -495px;
	margin-top: -275px;
	}*/