/*CSS Document*/

/* template ========================================== */
#rig2
{
	background-image:url(sfondo.gif);
}

#rig3
{
	background-image: url(piede.gif);
}

/* home ============================================ */
#rig2 #home #welcome
{
	background-image: url(welcome.jpg);
	background-repeat: no-repeat;
	width: 479px;
	height: 33px;
	text-indent: -9999px;
}
#rig2 #home #benvenuti
{
	background-image: url(logo.jpg);
	margin-top:20px;
	height: 224px;
	width: 479px;
	text-indent: -9999px;
}

#rig2 #home #msg {
	position:absolute;
	right:200px;
	top:280px;
	background-image:url(msg.gif);
	text-indent:-9999px;
	width:355px;
	height:215px;
}

#rig2 #home
{
	width: 479px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}



