/* ******** Struttura Principale ******** */
html, body, form
{
	margin: 0;
	padding: 0;
	height: 100%;	
	background-color: #FFFFFF;
	font-family: 'Century Gothic' ,Verdana;
	font-size: 12px;
	background-image: url(Images/Structure/BackgroundBody.gif);	
}
div#PageContainer
{
	margin: 0;
	padding: 0;
	background-image: url(Images/Structure/Background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}
DIV#DivMPIHeader
{	
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
DIV#DivMPIContent
{
	width: 100%;	
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;	
	clear: both;	
}
div#Footer
{
	clear: both;
	height: 52px;		
	width: 1000px;
	background-image: url(Images/Structure/Footer-X-.png);
	background-position: center top;
	background-repeat: no-repeat;
}

/* ******** Header ******** */

DIV#DivMPIHeaderLogo
{
	height: 150px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(Images/Structure/LogoTopInternal.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
DIV#DivMPIHeaderUnderTop
{
	width: 1000px;
	height: 30px;
	margin-top: 12px;
	font-style: italic;
	font-variant: small-caps;
}
DIV#DivMPIHeaderMenu
{
	width: 750px;
	height: 30px;
	margin-top: 8px;
	font-style: italic;
	font-variant: small-caps;
	float: left;
}
DIV#DivMPIHeaderButton
{
	float: right;
	width: 250px;
	margin-top: 10px;
	text-align: center;
}
/* ******** Contenuti ******** */

DIV#DivMPIX--
{
	float: left;
	width: 200px;
}
DIV#DivMPI-X-
{
	float: right;
	width: 800px;
	color: #000000;
	margin-bottom: 25px;
	margin-right: 0px;
}
DIV#DivMPIClosed
{
	clear: both;
}
