body {
	color: #000;
	font-size: 100%;
	font-family: georgia, times new roman, serif;
	line-height: 1.4;
	background: #f2f2f2;
}
html, body {
	margin: 0;
	padding: 0;
}
/*\*/
html, body, .centerwrap {
	height: 100%;
}
.centerwrap {
	margin: 0 auto;
	display: table;
}
.content {
	display: table-cell;
	vertical-align: middle;
}
/**/
.content {
	height: 100%;
	white-space: nowrap;
}
.contenutoPagina {
	/*background-color: #fff;*/
	border: 0px solid #333;
	padding: .3em .5em;
}
* html .content {
	text-align: center;
}
* html .contenutoPagina, * html .swc3 {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
* html .swc3 {
	height: 100%;
}
/*\*/
* html .contenutoPagina {
	display: inline;
	height: 0;
}
/*/
.contenutoPagina, .swc3 {
	width: 1px;
}
/**/
h1 {
	margin: 0 0 .3em 0;
	font-size: 1.8em;
	line-height: 1;
	background-color: #ddd;
}
p {
	margin: 0 0 .3em 0;
}
h1, p {
	text-align: center;
}
ul {
	margin-top: 0;
	margin-bottom: .3em;
}
#footer {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	text-align:center;		
	padding-top: 4px;
}
#subFooter {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	text-align:center;
	padding-top: 12px;
}