@charset "utf-8";
/* CSS EVENTI */

body {
	margin:0;
	padding:0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
}
body#home {
  background-image: url('../images/background.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
}
/*.divHolder {
  width: 970px;
  margin: 0 auto;
  padding: 0 0 195px 0; 
  clear: both;
}
#sfondo {
  background: url(../images/sfondo.png) top center no-repeat;
  background-repeat: no-repeat;
  background-position: center 0;
  weight
}*/

#dx {
  background: url(../images/sfondo.png) top center no-repeat;
  background-repeat: no-repeat;
  background-position: center 0;
}

.text_back {
font-family: Arial;
font-size: 11px;
color: #2e2e2e;
font-weight: normal;
text-decoration:none;
}
.text_back_justify {
font-family: Arial;
font-size: 11px;
color: #2e2e2e;
font-weight: normal;
text-align:justify;
}
.text_red {
font-family: Arial;
font-size: 11px;
color: #853e45;
font-weight: bold;
text-decoration:none;
}
.text_red_big {
font-family: Arial;
font-size: 20px;
color: #853e45;
font-weight: bold;
}
.text_white{
font-family: Arial;
font-size: 11px;
color: #ffffff;
font-weight: normal;
text-decoration:none;
text-align:center;
}
.text_white_big{
font-family: Arial;
font-size: 20px;
color: #ffffff;
font-weight: normal;
text-decoration:none;
text-align:center;
}
.text_white_red{
font-family: Arial;
font-size: 20px;
color: #853e45;
font-weight: normal;
text-decoration:none;
text-align:center;
}