html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#contenuto{
	width:520px;
	margin-right: auto;
	margin-top:50px;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	/*background-color: #d6d6d6;*/
}

#contenuto .quadro{width:520px; height:520px;}

#contenuto h1{color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	text-align:center;}


#piede{
	width: 520px;
	height: 80px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #1A265A;	/*background-color: #d6d6d6;*/
	text-align: center;
	padding-top: 25px;
	
}
#piede p{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

#piede p a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;	
}

#piede p a:hover{
	color: #1A265A;	
	background-color: #FFF;
}