A:LINK {
	color:#221b2b;
	text-decoration: none;
}

A:VISITED {
	color:#221b2b;
	text-decoration: none;
}

A:HOVER {
	color : #b8485e;
	text-decoration : underline;
}

A:ACTIVE {
	color : #b8485e;
	text-decoration: underline;
}

html,body {
	background-color: #d9e5e3; 
	background-image : url('../images/bg.png');
	background-repeat:no-repeat;
	background-position: center center;
	background-attachment:fixed;
	border:0;
	padding:0;
	margin:0;
	height: 100%;
} 

div#container{
	width:1000px;
	top:0px;
	left:50%;
	margin-left:-500px;
	position:relative;
	padding-bottom:0px;
}

img#logo {
	position: relative;
	top:0px;
	left:50%;
	margin-left:-500px;
	border:2px solid #b8485e;
	border-top:0px;
}

.bordo_img{
	border:1px solid #b8485e;
}

.blocco{
//	background-color:#fafcf7;	
	background-color:white;
	width:962px;
	position:relative;
	top:-31px;
	left:50%;
	margin-left:-500px;
	border:1px solid #b8485e;
	margin-top:20px;
	padding:20px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#221b2b;
}


.sessione_asta{
	font-weight:bold;
	text-decoration:underline;
	
	
}

div#menu{
	background-color:#fafcf7;	
	width:1000px;
	height:50px;
	position:relative;
	top:-188px;
	left:50%;
	margin-left:-498px;
	font-family:Arial,Helvetica,sans-serif;
	text-align:center;
	font-size:12px;
	color:#221b2b;
	filter:alpha(opacity=80);
	opacity:0.8;
	z-index:2;
	white-space:pre;
	font-weight:bold;
	line-height:20px;
}

.notizia{
	padding:0px;
}

.notizia_testo{
	font-size:14px;
}


div#menu a {
	color:black;
	display:inline;
	font-size:14px;
	padding:10px;
	text-decoration:none;
	font-family:Arial,sans-serif;

	 }

div#menu a:hover {
	background:#b8485e;
}

div#footer{
	width:1000px;
	height:20px;
	position:relative;
	left:50%;
	margin-left:-500px;
	font-family:Arial,Helvetica,sans-serif;
	text-align:center;
	font-size:12px;
	color:#221b2b;
}

.titolo{
	color:#b8485e;
	font-weight:bold;
}

div#slider{
	position:relative;
	top:-30px;
	border:1px solid #b8485e;
	left:1px;
}