body
{
	background-image:	url(images/sfumatura.jpg);
	background-repeat:	repeat-x;	
	background-color:	#cec8c8;
	color:				black;	
	font-family:		verdana;
	font-size:			30px;
}

a
{
	font-family:		verdana;
	color:				#5c5757;	
	font-size:			30px;
	
}
	
a:hover
{
	color:			#a72e2e;
	font-family:	verdana;
	font-size:		30px;
}

#contenitore
{
	margin:				auto;
	position:			relative;
	background-image:	url(images/1.png);
	width:				900px;
	height:				928px;
}


.linkmail
{	
 	position:	absolute; 
	top:		800px; 
	left:		300px; 
	width:		300px; 
	color:			black;
	font-family:	verdana;
	font-size:		8px;
	
}

.linkmail:hover
{
	color:			purple;
	font-family:	verdana;
	font-weight:	bold;
	font-size:		10px;
}


.testo
{
	position:	absolute; 
	top:		170px; 
	left:		30px; 
	width:		300px; 
	font-size:	10px;
}

.titolo1
{
	position:			absolute;
	top:				20px;
	font-weight:		bold;
	font-size:			35px;
	font-style:			italic;
	width:				900px;
	text-align:			center;
}

