body	{
			background-color: #000;
			color: #000;
			font-family: Verdana, Arial, sans-serif;
			font-size: 100%;
			text-align: center;
		}



/*DIV CONTENUTI------------------------------------*/

div#box2	{
				padding: 3px 0 3px 0;
				background-image: url('../imglayout/logo_intro2.jpg');
				background-position: center;
				background-repeat: no-repeat;
				height: 305px;
			}
div#pr		{
				color: #fff;
				font-size: .6em;
			}
#mecc		{
				margin-top: 10px;
			}



/*PIE' DI PAGINA------------------------------------*/

div#pie		{
				border: 1px solid #000;
				background-color: #DC2400;
				color: #fff;
				font-size: .6em;
				text-align: center;
			}
div#pie a:link, div#pie a:visited				{ 
									color: #fff;
									font-weight: bold;
									text-decoration: none;
								}
div#pie a:hover, div#pie a:active	{
									color: #fff;
									font-weight: bold;
									text-decoration: underline;
								}