/* CSS Document */
body {
	background-color: #466DB2;
	margin: 0px; 
    padding: 0px;
	/*margin-top:30px;
	margin-left:0px;*/
	}
#head { 
	height: 134px;
	background: url(images//template/head.jpg) no-repeat; 
   }
#container {
	background-image:url(images/template/body.jpg);
	background-repeat:repeat-y;
	}
#footer { 
	height: 93px;
	background: url(images//template/foot.jpg) no-repeat; 
   }
/*menu in basso*/
#menu {
margin-top:20px;
margin-left:100px;
color:#FFFFFF;
font: Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
   }
a {
  text-decoration: none;
  color:#FFFFFF
}
a:hover {
	text-decoration: underline;
	color:#FFFFFF;
	/*font-weight: bold;*/
}
a:active {
  text-decoration: underline;
  color:#FFFFFF
}
