/* CSS Document */
/*stili per il layout fisso con posizionamenti assoluti*/
html,body{
	margin: 0;
	padding:0;
	background-repeat: repeat;
	background-position: 100% 100%;
	background-attachment: fixed;
	background-image: url(immagini/d746.jpg);



}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	color: #333333;
	line-height: 1.5em;
}
body a{
	color:#FFFFFF;
	font: bold normal 11px/normal Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
body a:hover{
	color: #FF0000;
	text-decoration: none;
}
div#container{
	position:relative;
	width: 670px;
	margin: 0 auto;
	text-align: left;
	top: 100px;
	background-position: center;


}
div#content{
	padding: 3em 3em 1em;
	top: 200px;
	background-image: url(immagini/logovime5.gif);
	background-repeat: no-repeat;

}
#slideshow {
	border: 1px solid #000;
	overflow: hidden;
	margin: auto;
	position: absolute;
	cursor: pointer;
	height: 120px;
	width: 160px;
	left: 470px;



}
#slideshow img {
	display: none;
	position: absolute;
	height: 120px;
	width: 160px;

}
img {
	border: #FFFFFF;
}
