* {
	margin:0;
	padding:0;
}


body{
	background: #000;
	font: x-small Arial, Helvetica, sans-serif;
	color: #736C6B;
	text-align: center;		/* centers content in IE5.5 and earlier */
	margin-bottom:10px;
	}
	
	
	/* ---------------  contenitori principali!    ---------------------------- */

#wrapper{
	position: relative;
	width: 880px;
	background:#000;
	margin: 10px auto;
	text-align: left;
	/*border:1px solid #fff;*/
	/*height:600px;*/	
	}
	
#inner{
	position: relative;
	width: 842px;
	background:#000;
	margin: 0px auto;
	text-align: left;
	/*border:1px solid #fa0;*/
	/*height:600px;*/
	padding-bottom:20px;
	}
	

#credits{
	width: 880px;
	height:50px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	/*border:1px solid #f00;*/

	}
	
	/* ------------------------- clearing ---------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}


	

	/* ---------------------------------  layout home page  ---------------------- */

#home{
	position:relative;
	height:200px;
	/*border:1px solid #999;*/
	}
	
	


	/* ---------------------------------  contenuti  ---------------------- */
	
#content{
	position:relative;
	height:351px;
	text-align: center;
	font-size:15px;
	font-weight:bold
	}	