    body{
		background-color: #100708;
		font-weight:bold;
		color: #BCBCBC;
		font-style:italic;
		font-size:small;
		text-align:justify;
		font-family:Times New Roman, Times, Serif;
	    }
		
		/**struttura**/
	#main{
		position: relative;
		left:50%;
		width:1000px;
		height:auto;
		margin-left:-500px;
		margin-top:5px;
		background-color:#100708;
		}
		
	#header{
		position: relative;
		width: 1000px;
		height:50px;
		background-color:#100708;
		}
		
	#contenent{
		position:relative;
		width:1000px;
		height:699px;
		background-color:#100708;
		}

	#footer{
		width:1000px;
		height:75px;
		}
                  
	/**struttura**/

	/**testa**/			
	#topmenu{
		position: absolute;
		height: 25px;
		width: 900px;
		left: 50px;
		top: 20px;
		background-color: #240307;
		}	
		
	#top{
	position: absolute;
	height: 1px;
	width: 900px;
	left: 180px;
	top: 7px;
		}
		/**testa**/
		
		/**corpo**/		
	#sinistra{
		position:relative;
		float:left;
		width:50px;
		height:500px;
	    }
		
	#centro1{
		position:relative;
		float:left;
		width:900px;
		height:669px;
		}
		
	#centro{
		position:relative;
		float:left;
		width:900px;
		height:500px;
		background-image:url(../images/home_01.jpg);
		}
			
	#destra{
		position:relative;
		float:left;
		width:50px;
		height:500px;
        }
		
	#giu{
	    position:relative;
		width:1000px;
		height:25px;
	    background-image:url(../images/home_02.jpg);
		float:left;
		left:50px;
		}
		
    #giu2{
		position:relative;
		width:1000px;
		height:100px;
		background-image:url(../images/home_03.jpg);
		float:left;
		left:50px;
		}
		
		/**corpo**/
		
		/**centro**/
			
    #flacont{
		float:left;
		width:400px;
		height:350px;
		top:110px;
		position: relative;
		text-align:center;
        }
	#flacont1{
		width:500px;
		height:350px;
		top:110px;
		left:200px;
		position: absolute;
		text-align:center;
        }

    #tescont{
		float:left;
		width:400px;
		height:380px;
		top:110px;
		position: relative;
       }	
		
		/**centro**/

		/**footer**/
	#musica {
		position:absolute;
		left:300px;
		width:318px;
		height:50px;
		top: 669px;
		}
	
	#copy{
		width:900px;
		height:25px;
		font-size: xx-small;
		text-align:center;
		}
		
	#basso {
		width : 1000px;
		height : 25px;
		color : #ff6699;
		text-align : center;
		}

	#basso2 {
		width : 1000px;
		height : 50px;
		text-align : center;
		}

	#basso3 {
		width : 1000px;
		height : 200px;
		text-align : center;
		display : none;
		}

		/**footer**/
	a:link{
		text-decoration:none;
		color:#BCBCBC;
		}

	 a:visited {
		text-decoration:none;
		color: #999999;
		}
	
      a:hover {
		color:#990000;
		}
		
     td {
	    font-weight:bold;
		color: #BCBCBC;
		font-style:italic;
		font-size:small;
		font-family:Times New Roman, Times, Serif;
 		}

