/* CSS le cinciole */

body {
	background-color:#736648;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #fff;
	}

#index {
	width:955px;
	min-height:600px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-439px;
	background-color:#736648;	
	}

#center {
	height:580px;
	width:955px;
	}
#bottom {
	width:955px;
	background-image: url(../images/logo-hotel-river.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
#bottom-indirizzo {
	width:100%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	text-align:center;
	text-decoration:none;
	}
#bottom-indirizzo p {
	color:#B9AC94;
	text-decoration:underline;
	}
#bottom-indirizzo a:visited, #bottom-indirizzo a:link {
	color:#B9AC94;
	text-decoration:underline;
	}
#bottom-indirizzo a:hover {
	color:#fff;
	text-decoration:none;
	}


