.header
{
	margin: 0px;
	width: 100%;
	height: 110px;
	background: url('./images/header/header_repeat.jpg') repeat-x;
}
.header a
{
	cursor: pointer;
}
.logo_sx
{
	z-index: 2;
	float: left;
	display: inline;
	width: 181px;
	height: 110px;
	background: url('./images/header/header_logo_sx.jpg');
}
.freccia_sx
{
	float: left;
	display: inline;
	width: 21px;
	height: 110px;
	background: url('./images/header/header_freccia_sx.jpg');
}
.testo_sup
{
	float: left;
	width: 381px;
	height: 62px;
	background: url('./images/header/header_sopra.jpg');
}
.testo_sub
{
	position: absolute;
	top: 63px;
	right: 217px;
	width: 381px;
	height: 47px;
	background: url('./images/header/header_sotto.jpg') bottom;
}
.freccia_dx
{
	float: right;
	display: inline;
	width: 14px;
	height: 110px;
	background: url('./images/header/header_freccia_dx.jpg');
}
.logo_dx
{
	z-index: 2;
	float: right;
	display: inline;
	width: 203px;
	height: 110px;
	background: url('./images/header/header_logo_dx.jpg');
}