@import "reset.css";
html, body {
	margin:0;
	padding:0;
	height:100%;
}

html {
	background-repeat: no-repeat;
	background-position: center top;
}
body{
	background-image:url(img/body_bg.gif);
	background-position:center;
}

ol#menu_home{
	display:none;
}

/*gestione footer*/
div#footer{
clear:left;
width:798px;
height:74px;
margin-left:50px;


	background-image:url(img/footer_bg.jpg);
}

div#footer p{
	font-family:"Times New Roman", Times, serif;
	padding-top:52px;
	padding-left:10px;
	text-align:center;
	
}
div#footer p span{
	color:red;
	font-weight:700;
	
}
div#footer a{
	color:red;
}