body, div, html{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: arial;
}

p{
	margin: 0px;
	padding: 0px;
}

body{
	background: url("../immagini/patt2.jpg") top left repeat-x #f9f9ee;
	/*background: url("./patt-2.gif") top left repeat-x #fffffd;*/
	width: 100%;
	position: relative;
}


.contenitore{
	position: fixed;
	width: 946px; 
	height: 440px;
	top: 50%;
	left: 50%;
	background: url("../immagini/sfondo.png") top left no-repeat;
	margin-left: -473px;
	margin-top: -240px;
}


.contenitore .contenuto{
	width: 916px; 
	height: 380px;
	padding: 60px 40px 0px 50px;
}


.ciao{
	color: #605a42;
	font-size: 25px;
	font-style: italic;
	line-height: 23px;
	text-shadow: 2px 2px 5px #d3d3d3;
	padding-left: 8px;
	padding-bottom: 6px;
}


.francesca{
	font-size: 95px;
	color: #ee6f8d; /*#d0217d;*/
	line-height: 98px;
	text-shadow: 1px 1px 8px #c9b8bc;
	padding-bottom: 3px;
}


.nick{
	color: #605a42;
	font-style: italic;
	letter-spacing: 1px;
	font-size: 18px;
	padding-left: 8px;
	text-shadow: 2px 2px 5px #d3d3d3;
	float: left;
}


p.scritta01{
	clear: both;
	color: #454235;
	font-style: italic;
	font-size: 31px;
	padding-top: 48px;
	padding-left: 5px;
	text-shadow: 2px 2px 5px #d3d3d3;
}

.link{
	width: 934px;
	margin: 0px auto;
	text-align: right;
}

.link a{
	font-size: 11px;
	color: #3a993a;
	text-transform: uppercase;
	text-decoration: none;
}

.link a:hover{
	text-decoration: underline;
}

p.scritta01 span,
p.scritta02 span{
	font-size: 36px;
	font-weight: bold;
}


p.scritta02{
	color: #454235;
	font-style: italic;
	font-size: 31px;
	padding-top: 14px;
	padding-right: 76px;
	text-shadow: 2px 2px 5px #d3d3d3;
	text-align: right;
}

.footer{
	position: fixed;
	bottom: 0px;
	z-index: 1;
	height: 30px;
	width: 100%;
	color: white;
	background: #3ca644; /*#788165;*/
	box-shadow: inset 0 -2px 5px #096a0b;
	-webkit-box-shadow: inset 0 2px 5px #096a0b;
	-moz-box-shadow: inset 0 2px 5px #096a0b;

}

.footer img{
	float: left;
	margin-right: 4px;
}

.footer .interno{
	font-size: 11px;
	width: 932px;
	margin: 0px auto;
	line-height: 16px;
	padding-top: 8px;
	text-align: center;
}

.footer .interno a{
	color: white;
}

.footer .interno a:hover{
	text-decoration: underline;
}

