* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#loading_box {
	display: none;	
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background: url('../images/background/body.gif') right;
}
#main {
	position: relative;
	width: 820px;
	margin: 0px auto 20px auto;
}
/*********************
	-- HEAD --
*********************/
#head {
	position: relative;
	height: 261px;
	background: url('../images/background/head.png') no-repeat left top;
}
*html #head {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/background/head.png",sizingMethod="scale");
}
#testata {
	position: absolute;
	top: 15px;
	left: 62px;
}
#cura {
	position: absolute;
	top: 41px;
	left: 548px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

/*********************
	-- CONTAINER --
*********************/
#container {
	position: relative;
	margin: 0px 0px 0px 35px;
	padding: 24px 38px 64px 34px;
	width: 671px; /*743*/
	background: url('../images/background/container.gif') repeat-y left;
}
#bcontainer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;
}
*html #bcontainer {
	bottom: -1px;

}

/*********************
	-- VETRINE --
*********************/
.vetrina {
	position: relative;
	height: 234px;
	width: 671px;
	background: url('../images/background/vetrina.gif') no-repeat left top;
}
.vetrina img.logo {
	position: absolute;
	top: 52px;
	left: 41px;
}
.vetrina .contenuto {
	position: absolute;
	top: 52px;
	left: 178px;
	width: 310px;
	font-size: 12px;
}
.contenuto h2 {
	font-size: 12px;
	color: #A21412;
}
.contenuto  a {
	color: #000000;
	text-decoration: none;
}
.contenuto  a:hover {
	text-decoration: underline;
}
.contenuto p {
	padding-bottom: 15px;
}



.firma {
	font-size: 10px;
	text-align: right;
	margin-right: 50px;	
}
.firma a {
	color: #000000;
	text-decoration: none;
}
.firma a:hover {
	text-decoration: underline;
}
