/* lay-out */
html 
{
	height:100%;
}

body {
	height:100%;
	margin:0px 0px 0px 0px;
	text-align : center;
	background-color: #c0bbbb;
	margin:0px 0px 0px 0px;
}

	#canvas0 {
		position : relative;
		width : 773px;
		text-align : left;
		margin-left : auto;
		margin-right : auto;
		background-color:#ffffff;
	}
	
	#top
	{
		float:left;
		width:773px;
		height:11px;
		background-image:url(/images/back_top_ita.gif);
		background-repeat:no-repeat;
	}
	
	#header
	{
		float:left;
		width:773px;
		height:98px;
	}
	
		#logo
		{
			float:left;
			width:294px;	
			height:98px;
		}
		
		headerright
		{
			float:left;
			width:479px;
			height:98px;	
		}
		
	#menu
	{
		float:left;
		width:773px;
		height:23px;
		background-color:#0d64b0;
	}
	
	#container
	{
		float:left;
		width:773px;		
		background-image:url(/images/back.gif);
		background-repeat:repeat-y;
		
	}
	
		#content
		{
			float:left;
			width:367px;
			background-color:#f0f0f0;
			color:#888888;
		}
		
		#visual
		{
			float:left;
			width:406px;
			height:393px;
		}
		
	#metamenu
	{
		float:left;
		width:773px;		
		height:19px;
		color:#fff;
		background-color:#afafaf;
	}
	
	#metamenupadding
	{
		padding:3px 0px 0px 20px;
	}
		
		
	#footer
	{
		float:left;
		width:773px;		
		height:30px;
		background-color:#fff;
	}	
