@charset "utf-8";
/* CSS Document */

#slideshow{
border:0px;
overflow: hidden;
margin-top:0px;
margin-bottom:0px;
width: 400px;
height: 400px;
}
#slideshow img {
width: 400px;
height: 400px;
} 

body{
background-color:#000000;
background-image:url(Immagini/Background.jpg);
background-attachment:fixed;
background-repeat:repeat;
}

