/*

	
*/

* 
{ 
margin:0; 
padding:0; 
}


body 
{ 
background:#000; 
height:100%; 
}


    p {
        margin: 0 0 2em 0;
    }
    
    ::-webkit-scrollbar {
        width: 7px;
    }
    
    ::-webkit-scrollbar-track {
          background-color: #666666;
    } /* colore di sfondo delle scrollbar */

    ::-webkit-scrollbar-thumb {
          background-color: #ffffff; 
    }

    ::-webkit-scrollbar-button {
          background-color: ;
    } /* codice per personalizzare i bottoni alle estremità delle scrollbars */

    ::-webkit-scrollbar-corner {
          background-color: black;
    } /* se sia il verticale e le barre orizzontali appaiono, probabilmente l'angolo in basso a destra ha anche bisogno di avere uno stile */    

#menu1{
	height: 60px;
  	width: 100%;
  	position: absolute;
        bottom: 20px;
	margin:0 auto;
	background: rgba(0,0,0,0.4);
	}

#menu{
	height: 80px;
  	width: 100%;
  	position: absolute;
        bottom: 10px;
	margin:0 auto;
	}

#logo{
	height: 80px;
  	width: 300px;
  	bottom: 10px;
	position:absolute;
	margin:0 auto;
	}

#home{
	display: none;
}

#brand{
	display: none;
	height: 250px;
  	width: 500px;
	position: absolute;
	bottom: 100px;
	right: 40px;
	float: right;
	margin:0 auto;
	background: rgba(0,0,0,0.4);
	overflow:auto;
}

#show{
	display: none;
	height: 250px;
  	width: 500px;
	position: absolute;
	bottom: 100px;
	right: 40px;
	float: right;
	margin:0 auto;
	background: rgba(0,0,0,0.4);
	overflow:auto;
}


#contact{
	display: none;
	height: 250px;
  	width: 500px;
	position: absolute;
	bottom: 100px;
	right: 40px;
	float: right;
	margin:0 auto;
	background: rgba(0,0,0,0.4);
	overflow:auto;
}


.clr{
	clear: both;
}




