/* CSS Document */

body,html {
	background-color:#000000;
	height:100%;
	margin:0;
	font-family: "Times New Roman", Times, serif;
	color: #B3927A;
}
#sfondo{
	background-image: url(images/img_home.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width:960px;
	height:640px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-320px 0 0 -480px;
}

	





/*1. lo stile del div contenitore con id=”navigation”*/
#navigation ul{
	position:absolute;
	top:50%;
	left:50%;
	margin:-130px 0 0 -425px;
	overflow:hidden;
	width:110px;
	padding:0px 0px 0px 0px;
	list-style:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

/*2. lo stile css dei link (elementi <a>)*/
#navigation a{
	display:block;
	color:#ffffff;
	line-height: normal;
	text-transform: none;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 10px;
	background-color: #2F2721;
	text-align: left;
	text-indent: 10px;
	margin-top: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
}



/*3. lo stile css sullo stato hover dei link*/
#navigation a:hover{
	background-color: #030808;
	background-attachment:scroll;
	background-image: url(images/layout/chiave.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}



