@charset "utf-8";
/* CSS Document */

html,body{
    height:100%;
    margin:0;
}
body>#contenitore{
    height: auto;
    min-height: 100%;
}
body>#left{
    height: auto;
    min-height: 100%;
}
body>#center{
    height: auto;
    min-height: 100%;
}
body>#right{
    height: auto;
    min-height: 100%;
}
a{
	text-decoration: none;
	}
img{
border:0px;	
}
body{
	background-image:url(http://www.casavolontariatomonza.it/MenuJPG/sfondo.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: 0 0;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
	}

#left{
    height:100%;
	min-width:317px;
	position:absolute;
	top:0px;
	left:0px;

}
#center{
    height:100%;
    background:white;
	width:700px;
	position:absolute;
	top:0px;

}
#right{
    height:100%;
	min-width:180px;
	position:absolute;
min-height:182px;
top:5px;


}


#logo{
	position:absolute;
	top:10px;
	left:10px;
	width:142px;
	height:142px;}
.immaginemenu{
	position:relative;
	margin-top:5px;
	
}
#menusinistra{
	position:absolute;
	bottom:0px;
	left:10px;}
	#titolo{
		font-family:Arial, Helvetica, sans-serif;
		font-size:40px;
		color:RED;}
