body
	{
	text-align:center; /* centra in IE */
	/* background:#CBC4BD url(img/bgbody.jpg) no-repeat top center; */
	background:#CBC4BD url(alphaimg.asp?img=bgsha) repeat-y 50% 0;
	}

div#container
	{
	position:relative;
	top:0;
	width:960px;
	height:100%;
	margin:0 auto; /* centra in FF */
	text-align:left; /* ripristina allineamento testo */
	}

div#contleft
	{
	position:absolute;
	left:-13px;
	top:0px;
	width:16px;
	height:200px;
	background:url(alphaimg.asp?img=bgsha-l) repeat-y;
	}

div#contright
	{
	position:absolute;
	right:-16px;
	top:0px;
	width:16px;
	height:200px;
	background:url(alphaimg.asp?img=bgsha-r) repeat-y;
	}
	
div#header
	{
	position:absolute;
	left:0;
	top:0;
	width:960px;
	height:96px;
	}

div#message
	{
	position:absolute;
	left:0;
	top:74px;
	height:16px; /* 22 = 16 + 3*2 padding */
	width:954px; /* 647 = 641 + 3*2 padding */
	overflow:hidden;
	font-family:verdana,sans-serif;
	font-size:8pt;
	text-align:right;
	padding:3px 3px;
	background:url(alphaimg.asp?img=bgmsg) repeat-x;
	}

iframe#mainarea
	{
	position:absolute;
	left:0;
	top:96px;
	width:960px;
	background-color:white;
	}

div#footer
	{
	position:absolute;
	left:0;
	bottom:0;
	height:12px;
	width:920px;
	background:url(img/bgftr.png) repeat-x bottom left;
	overflow:hidden;
	font-family:verdana,sans-serif;
	font-size:7pt;
	padding:3px 20px;
	color:#646464;
	}

div#footer a.lnkmail
	{
	text-decoration:none;
	font-weight:bold;
	color:#646464;
	}
div#footer a.lnkmail:hover
	{
	text-decoration:underline;
 	}

div#mainmenu ul
	{
	margin:0;
	padding:0;
	}
div#mainmenu ul li
	{
	float:right;
	ppadding-left:10px;
	margin-left:20px;
	}
div#mainmenu ul li a
	{
	text-decoration:none;
	font-family:verdana,sans-serif;
	font-size:9pt;
	color:#004dff;
	}
div#mainmenu ul li a:hover
	{
	text-decoration:underline;
	}

