body{
	height : 100%;
	margin : 0px;
	padding:0px;
	background-color : #69220F;
	text-align : center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : #F6DD95;
	background-image : url(../images/sfondo_logo.jpg);
	background-repeat : repeat;
	
}


#corpo{
	position : absolute;
	width : 770px;
	height :415px;
	top:50%;
	left:50%;
/*background-color : trasparent;	border:1px solid #fff;
*/	margin : -208px 0px 0px -385px;
	background-image : url(../images/welcomeSfondo.gif);
	background-repeat : no-repeat;

}
#copri{
	position : absolute;
	width : 600px;
	height :200px;
	top:50%;
	left:50%;
	margin : -100px 0 0 -300px;
	background-color : #69220e;
	
	background-image : url(../images/sfondowelcomecovered.gif);
	background-repeat : no-repeat;
	z-index:-1;
}
#copri1{
	position : absolute;
	width : 770px;
	height :415px;
	top:50%;
	left:50%;
	margin : -208px 0px 0px -385px;
	/*background-color : trasparent;*/
	background-image : url(../images/spicchiolup.gif);
	background-repeat : no-repeat;
	z-index:-2;
}
#copri2{
	position : absolute;
	width : 770px;
	height :415px;
	top:50%;
	left:50%;
	margin : -208px 0px 0px -385px;
	/*background-color : trasparent;*/
	background-image : url(../images/spicchioleft.gif);
	background-repeat : no-repeat;
	z-index:-1;
}
#link{
	position : absolute;
	width : 200px;
	height :auto;
	top:50%;
	left:50%;
	margin : 180px 0px 0px  -100px;
	/*background-color : trasparent;*/
}
a{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	color : #F6DD95;
	text-decoration : underline;
	
}
a:hover{
	color : Red;
	text-decoration : underline;

}
#bottom{
	position : absolute;
	width : 600px;
		font-size : 10px;
	height :auto;
	top:50%;
	left:50%;
	margin-top:200px;
	margin-left:-300px;
/*	background-color : transparent;*/
/*	vertical-align : super;*/
}
#bottom img{
border:0px;
 vertical-align : middle;
}
#bottom a{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : bold;
	color : #F6DD95;
	text-decoration : none;
/*	text-transform : lowercase;*/
}
#bottom a:hover{
	color : Red;
	text-decoration : none;
}

