@charset "utf-8";
/* CSS Document */

/* contenitore */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
}

#wrapper {
	width:794px;
	height:auto;
	margin:auto;
	margin-top:0px;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
}

#header {

	width:760px;
	height:100px;
	margin:auto;
	text-align:center;
	
}

#header-left {
	
	height:84px;
	width:17px;
	float:left;
	background-color:#FFFFFF;

}

#header-right {
	
	height:100px;
	width:17px;
	float:right;
	background-color:#FFFFFF;

}



#top {

	width:760px;
	height:275px;
	margin:auto;
	
}



#navigation{
	width:760px;
	height:24px;
	margin:auto;
	background:url(../images/background_nav.jpg) repeat-x;
	color:#FFFFCC;
	border-bottom:1px solid #999999;

}



#content{
	width:740px;
	height:auto;
	margin:auto;
	background-color:#FFFFFF;
	background-image:url(../images/goccia.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#footer {
	width:760px;
	height:40px;
	
	text-align:center;
	font-size:9px;
	padding-top:10px;
	margin:auto;
	background-image:url(../images/bot01.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#D3D2D7;
	}
	
