body {margin: 0px;
      background-color: white;

  scrollbar-face-color: #000000;
  scrollbar-shadow-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-track-color: #ffffff;
  scrollbar-darkshadow-color: #000033;
  scrollbar-3dlight-color: #000000;
  scrollbar-arrow-color: #FDEF16;}

#sinistra {width:150px;
           height: 100%;
           background-image:url('immagini/kosplaypellicola.jpg');
           background-repeat: vertical-repeat;
           margin: 0px;
           border: 0px;}
#destra {  width:150px;
           height: 100%;
           background-image:url('immagini/kosplaypellicola2.jpg');
           background-repeat: vertical-repeat;
           margin: 0px;
           border: 0px;}
#centrale {background-color: black;
           background-image:url('immagini/sfondohome1.jpg');
           background-repeat: no-repeat;
           background-position: center;
           border:0px;}

#alto {    background-color: black;
	   background-image:url('immagini/sfondohome2.jpg');
           background-repeat: no-repeat;
           background-position: bottom;
           border: 0px;
           }

#basso {   background-color: black;   
           background-image:url('immagini/sfondohome2.jpg');
           background-repeat: no-repeat;
           background-position: top;
           border: 0px;
           }
#menu {    background-color: black;
	   height:40px;
           padding:10px;
           }
#contatore {    background-color: black;
	   height:40px;
           padding:10px;}

#main {    color:white;
           font-family:verdana,arial,sans serif;
           font-size: 11px;
           text-align: center;
           padding:20px;
          }
