/* CSS Struttura */

body, html{
	background:url(../images/structure/bg_home.gif) top left repeat-x #95a1ac;
	border:0;
	margin:0;
}

img{ border:0;}
p{margin:0; padding:10px;}

.closer{
	height:1px;
	font-size:1px;
	clear:both;
}

#col_sx{
	position:absolute;
	top:0;
	left:0;
	width:379px;
}

#col_dx{
	padding-top:50px;
	margin-left:379px;
}

#sep_logo_menu{
	background:url(../images/structure/bg_sep_logo_menu.gif) top left repeat-x;
	height:20px;
}

#sep_menu_img{
	clear:both;
	margin-top:1px;
	background:url(../images/structure/bg_sep_menu_img.gif) top left repeat-x;
	height:10px;
	font-size:1px;
}

#bg_img{
	font-size:1px;
	height:10px;
	background:url(../images/structure/bg_img_home.gif) top left repeat-x;
}

#barra_home{
	height:54px;
	background:url(../images/structure/bg_barra_home.gif) top left repeat-y;
}

#contenuti{
	min-height: 442px;
	height: auto !important;
	height: 442px;
	background-color:#FFFFFF;
}

#rig_verticali_1{
	position:absolute;
	width:12px;
	height:546px;
	top:0px;
	left:359px;
	border:solid #dddbdb 0px;
	border-width:0 1px 0 1px;
	z-index:100;
}

#rig_verticali_2{
	position:absolute;
	width:6px;
	height:546px;
	top:0px;
	left:372px;
	border:solid #dddbdb 0px;
	border-width:0 1px 0 0;
	z-index:100;
}

#box_blu{
	position:absolute;
	top:50px;
	left:359px;
	width:12px;
	height:54px;
	background-color:#1f2f4a;
	z-index:99;
}

#box_rosso{
	position:absolute;
	top:50px;
	left:372px;
	width:6px;
	height:54px;
	background-color:#9d1a22;
	z-index:99;
}
	
	
	
