/* CSS Document */

body{
background-image: url(sfondo.png);
/*background-image:url(sfondo3.jpg);*/
background-repeat:repeat;

}

/*div contenente tutto il sito*/    

#page{
height:580px;
width:800px;
margin: auto;
}
