/* green */

html,body
{
	width: 100%; 
	text-align: center;
	color: #FFFFFF;
}

a
{
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover
{
	text-decoration: none;
}

#page_bg_l2r {	
	background:url(../images/sfondo_generale_l2r.jpg) repeat-y top center;
}

#page_bg_r2l {
	background:url(../images/sfondo_generale_r2l.jpg) repeat-y top center;		
}

#scatolone_l2r
{
	text-align: left;
	width: 961px;
	margin: 0 auto;
	min-height: 1100px;
	background: url(../images/background-l2r.jpg) top center repeat-y fixed;
	overflow: hidden;
}

#scatolone_r2l
{
	text-align: left;
	width: 961px;
	margin: 0 auto;
	min-height: 1100px;
	background: url(../images/background-r2l.jpg) top center repeat-y;
	overflow: hidden;
}


#menu_sinistra
{
	/* PER BLOCCARE IL MENU A SX */
	/* position:fixed; */
	/* ALT: PER FAR SCORRERE IL MENU A SX */
	position:absolute;
	top: 0px;
	left: 50%;
	margin-left: -481px;
	margin-top: 30px;
}

#testata_l2r, #testata_r2l
{
	position:fixed;
	top: 0px;
	left: 50%;
	margin-left: -279px;
	width: 671px;
	height: 100px;
	padding-bottom: 19px;
}

#testata_l2r{ background:#7ab5c1; }
#testata_r2l{ background:#161a49; }

#menu_sinistra img
{
	border: 0px;
}

#contenuti
{
	padding: 119px 89px 0px 202px;
	width: 670px;
}

#menu_destra
{
	top: 0px;
	left: 50%;
	margin-left: 419px;
	position:fixed;
	/* TEMP: DA SOSTITUIRE COL FLASH */
	/* background:url(../images/metro_temp.png) no-repeat top center;	*/
	/* FINE TEMP: DA SOSTITUIRE COL FLASH */	
	height: 100%;
	width: 62px;
}

div#wrapper {
		background: #f7f7f7 url(../images/green/mw_shadow_l.png) 0 0 repeat-y;
}

div#wrapper_r {
	background: url(../images/green/mw_shadow_r.png) 100% 0 repeat-y;
}

div#header {
	background: url(../images/green/mw_header_t.png) 0 0 repeat-x;
}

div#header_l {
	background: url(../images/green/mw_header_t_l.png) 0 0 no-repeat;
}

div#header_r {
	background: url(../images/green/mw_header_t_r.png) 100% 0 no-repeat;
}

div#footer {
	background: #f7f7f7 url(../images/green/mw_footer_b.png) 0 100% repeat-x;
}

div#footer_l {
	background: url(../images/green/mw_footer_b_l.png) 0 0 no-repeat;
}

div#footer_r {
	background: url(../images/green/mw_footer_b_r.png) 100% 0 no-repeat;
}