body{
	font-style: normal;
	font-variant: normal;
	font-weight: normal; 
	font-size: 12px;
	font-family: times new roman, tahoma;
	color: #333333;
	text-align: center;
	margin: 0px;
	background: url(../img/pixelBG.jpg);	
}

td{
	font-size: 12px;
}

#main{
	width: 767px;
	margin: 0px auto;
   	text-align: left;
	position: relative;
}

#corpo{
	float: left;
	width: 560px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin: 0px;
	background-color: #FFFFFF;

}

#logo{
	width: 200px;
	height: 28px;
	position: absolute;
	left: 567px;
	top: 20px;
	background: url(../img/logo_rosso.jpg);	
}

#bottom{
	float: left;
	width: 566px;
	height: 170px;
	background: url(../img/down.jpg);
	margin: 0px;
	margin-left: -4px;
}

#credits{
	float: left;
	width: 550px;
	height: 100px;
	text-align: right;
	font-size: 10px;
	color: #CCCCCC;
	margin: 10px;
}

#image_container{
	background-color: #CCCCCC;
	width: 100%;
	text-align: center;
	display: none;
}


