#simbolo {
	background-image: url('../images/caritas.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100%;
	width: 200px;
	height: 200px;
	left: -50px;
	top: 345px;
	position: relative;
	z-index: 6;
	border: 6px double #BBBBBB;
	border-radius: 40px;
}

#corpo{
	left: 0px;
	position: relative;
	padding: 20px;
}

#window {
}

a.link_laterale:hover, a.link_laterale:visited {
	color: #0066CC;
}
a.link_laterale {
	color: red;
}

a.link_corpo:hover {
	color: #F89A1E;
}
a.link_corpo {
	color: #0066CC;
	text-decoration: none;
}

#sottotitolo {
	width: 350px;
}

.testo {
	margin-left: 40px;
}

#fb_like {
	left: 470px;
}

#citazione {
	text-align: right;
	font-weight: bold;
}

.enfatico {
	width: 500px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin: 0 auto;
}

#postit {
	position: absolute;
	left: -150px;
	padding-left: 60px;
	padding-top: 90px;
	padding-right: 40px;
	background-image: url("../images/postit2.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 655px;
	transform: rotate(7deg);
    width: 500px;
}

#postit2 {
	position: absolute;
	left: 470px;
	padding-left: 70px;
	padding-top: 80px;
	padding-right: 80px;
	background-image: url("../images/postit.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 470px;
	transform: rotate(-7deg);
    width: 350px;
	color: #FFFFFF;
}

#postit2 b {
	color: white;
}

.foto {
	width: 300px;
	position: absolute;
	left: -80px;
	-moz-box-shadow: 0 0 5px 5px #000000;
	-webkit-box-shadow: 0 0 5px 5px #000000;
	box-shadow: 0 0 30px 0px #000000;
}

#foto1 {
}

#foto2 {
}

#foto3 {
}

#foto4 {
}

#principale {
	position: relative;
	left: 200px;
	width: 600px;
	
}
