@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
}

#custom-doc {
	width:73.08em;
	*width:71.32em;		min-width:950px;
	margin:auto;
	text-align:left;
}

#wrapper {
	width: 100%;
	display: table;
	background-image: url(../images/sfondo_superiore.png);
	background-repeat: no-repeat;
	background-position: -113px -5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #EEE;
	height:300px;
}

.header{
	border-top-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 180px;
	background-repeat:no-repeat;
	background-position: 1px 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

}
.header-top{
	background-repeat:no-repeat;
	height: 120px;
	position: relative;
}
#contenitore {
	width: 916px;
	margin: 0px auto 0;

}

#hd, .yui-layout-unit-top {
	color: white;
}
#bd, .yui-layout-unit-center {

}
#ft, .yui-layout-unit-bottom {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #EDEDED;
	padding-top:5px;
	text-align: center;
}

   

