/* CSS Document */
body{
	background-image:url(img/sfondo.gif);
	background-position:top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	text-align:center;
	font-family:Trebuchet MS;
	font-size:10px;
	background-color:#d6cba6;
}



#contentDove{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:700px;
	height:500px;
	position:relative;
	top:46px;
	background-image:url(img/fotoContatti.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#contentChi{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:699px;
	height:500px;
	position:relative;
	top:46px;
	background-image:url(img/fotochisiamo.jpg);
	background-position:center;
}

#contentGallery{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:700px;
	height:500px;
	position:relative;
	top:46px;
	background-image:url(img/fotoGallery.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#contentHome{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:700px;
	height:500px;
	position:relative;
	top:46px;
	background-image:url(img/fotoHome.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#colSx{
	width:167px;
	height:500px;
	float:left;
}
#colDxHome{
	width:533px;
	height:500px;
	float:left;
}




#colDx{
	width:370px;
	height:500px;
	float:right;
}

#colGallery{
	width:690px;
	height:500px;
	float:left;
}

#logo{
	background-image:url(img/logo.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:170px;
	height:110px;
	position:relative;
	top:10px;
}
	
	
#logoDx{
	background-image:url(img/logo.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:140px;
	height:110px;
	position:relative;
	float:right;
}
		
.testo{
	width:320px;
	height:310px;
}	
#linksDx{
	position:relative;
	top:40px;	
	text-align:right;
	line-height: 18px;
	margin-right:10px;
	float:right;
}
#flash{
	width:533px;
	height:606px;
	float:left;
}

#links{
	position:relative;
	top:40px;
	width:150px;
	height:300px;	
	text-align:right;
	line-height: 18px;
	float:left;
}

#linksGallery{
	width:690px;
	height:400px;	
	text-align:center;
	line-height: 18px;
	float:left;
	left:30px;
	position:relative;
	top:-20px;
}
#links a, #linksDx a, #linksGallery a, a{
	color:#403535;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Trebuchet MS;
	font-weight:bold;
	font-size:12px;

}

#links a:hover, #linksDx a:hover, #linksGallery a:hover, a:hover{
	color:#660033;
	text-decoration:none;
	text-transform:uppercase;
}

#bottom{
	position:relative;
	top:70px;
	}

#bottom a{
	text-transform:none;
	font-size:10px;
}	
	
.hidden{
display:none;
}