body{
	background-image: url('../img/background_1920x1080.jpg');
	background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-attachment: fixed;
background-color:#e5f1eb;
}

exhibitors{
	 letter-spacing: 3px;
	 text-transform: uppercase;
	 font-weight: bold;
	 color:#FFFFFF;
}
.container{background-color:#FFFFFF;}
.lang{background-color:#CCCCCC;text-align:right;padding-top:10px; padding-bottom:10px;}
.typeRegistrazione{background-color:#1292cc;text-align:center;padding-top:10px; padding-bottom:10px;}
.typeRegistrazionePOF{background-color:red;text-align:center;padding-top:10px; padding-bottom:10px;}
.sidebarRightInfo{padding-top:20px;}