
/**************************************************************

	Base

**************************************************************/

* {
	margin:0; padding:0;
}
body {
	background-color: #464646;
}

#Page {
	position:relative;
	top:0;
	margin:0 auto;
	width:990px; height:210px;
}
#striscia {
	position:absolute;
	top:56px; left: 0px;
	width:100%; height:110px;
	background: url(../images/template/striscia_small.gif);
}
#Azienda {
	position:absolute;
	top:7px; left: 0px;
}
#Logo {
	position:absolute;
	top:60px; left:15px;
}
/* roundframe */
#roundframe1 {
	position:absolute;
	top:20px; left: 165px;
	width:807px; height:110px;/*740--67*/
}
/* roundframe top */
#topleft1 {
	position:absolute;
	top:-2px; left:-2px;
	width:8px; height:38px;
	background: url(../images/template/content_left_top.gif);
}
#top1 {
	position:absolute;
	top:-2px; left:6px; 
	width:795px; height:38px;
	background: url(../images/template/content_center_top.gif);
}
#topright1 {
	position:absolute;
	top:-2px; left:801px;
	width:8px; height:38px;
	background: url(../images/template/content_right_top.gif);
}
/* roundframe center*/
#left1 {
	position:absolute;
	top:36px; left:0px;
	width:5px; height:141px;
	background: url(../images/template/trasp_left.png);
}
#center1 {
	position:absolute;
	top:36px; left:5px;
	width:797px; height:141px;
	background: url(../images/template/trasp_center.png);
}
#right1 {
	position:absolute;
	top:36px; right:0px;
	width:5px; height:141px;
	background: url(../images/template/trasp_right.png);
}
/* roundframe center B*/
#leftB1 {
	position:absolute;
	top:146px; left:-2px;
	width:8px; height:31px;
	background: url(../images/template/content_left.gif);
}
#centerB1 {
	position:absolute;
	top:146px; left:6px;
	width:795px; height:31px;
	background: url(../images/template/content_center.gif);
}
#rightB1 {
	position:absolute;
	top:146px; left:801px;
	width:8px; height:31px;
	background: url(../images/template/content_right.gif);
}
/* roundframe bottom*/
#bottomleft1 {
	position:absolute;
	top:177px; left:-2px;
	width:8px; height:6px;
	background: url(../images/template/content_left_bottom.gif);
}
#bottom1 {
	position:absolute;
	top:177px; left:6px; 
	width:797px; height:8px; 
	background: url(../images/template/content_center_bottom.gif);
}
#bottomright1 {
	position:absolute;
	top:177px; left:801px;
	width:8px; height:8px;
	background: url(../images/template/content_right_bottom.gif);
}

/*************************************************************/

