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

body{
	margin:0;
	padding:0;
	background:url(../immagini/bgsfo.jpg) repeat-y #efefef;
}

a img{
	border:0;
	text-decoration:none;
}

*{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1{
	font-size:15px;
	margin:0;
	padding:0;
}

a{
	color:#4b4b4b;
	text-decoration:none;
}

a img{
	border:o;
}

#layout{
	/*position:relative;*/
	height:700px;
}

#header{
	position:absolute;
	height:20px;
	z-index:1;
	width:100%;
}

#content{
	position:relative;
	width:900px;
	height:600px;
	top:3px;
	z-index:2;
	left:50%;
	margin-left:-450px;
	/*background: url(../immagini/bg.jpg) no-repeat;*/
}

#ombra_des{
	width:4px;
	height:190px;
	float:left;
}

#ombra_sin{
	width:4px;
	height:190px;
	float:left;
}

#maxi{
	width:890px;
	float:left;
	height:600px;
}

#ombra_cen{
	width:890px;
	height:4px;
}

a img{
	border:0;
	text-decoration:none;
}

#corpo{
	background:url(../immagini/bg.jpg) no-repeat;
	height:600px;
	width:890px;
}

#bottoneMantova{
	position:absolute;
	left:130px;
	top:400px;
	width:281px;
	height:107px;
	z-index:4;
}

#bottoneRovereto{
	position:absolute;
	right: 310px;
	top:400px;
	width:281px;
	height:107px;
	z-index:4;
}

#postBlu{
	padding:20px 50px 0 50px;
	position:absolute;	
	left: 110px;
	top:550px;
	z-index:4;
	width:213px;
	height:155px;
	background:url(../immagini/post-it%20blu.jpg);
	text-align:right;
}

#postGiallo{
	padding:20px 50px 0 50px;
	position:absolute;
	right: 290px;
	top:550px;
	z-index:4;
	width:213px;
	height:155px;
	background:	url(../immagini/post-it%20giallo.jpg);
}


