@charset "UTF-8";
/* CSS Document */

html {
	min-height: 100%;
	height: auto;

}


body {
	background-image:url(../img/home/bg-home.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	height:100%;	
	background-image:url(../la-perdonanza-celestiniana/img/bg/bg-rosone.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}




/* ######################### PARTE SINISTRA ######################### */

#right {
	width:600px;
	margin:0 0 0 0;
	padding:0 0 0 22px;
}

#right h1 {
	display:block;
	padding:0;
	margin:0;
}
#right h2 {
	display:block;
	padding:0;
	margin:0;
}
#right h1 span {
	display:none;
}
#right h2 span {
	display:none;
}


#right #corpo {
	color:#333333;
	margin:0 0 40px 0;
	line-height:18px;
}

#right #corpo a:link {
	color:#b2b2b2;
}
#right #corpo a:hover, #right #corpo a:active {
	color:#b2b2b2;
	text-decoration:none;
}

#right #corpo h1 {
	color:#666666;
	font-size:28px;
	line-height:32px;
	font-weight:bold;
	padding:0px;
	margin:20px 0 0 0;
}

.testo-sx {
	width:200px;
	margin:0 40px 0 0;
	float:left;
}
.testo-dx {
	width:340px;
	padding:0 0 0 10px;
	float:left;
	border-left:1px dotted #cccccc;
}


