/* CSS Document */



html, body {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color: #1F1F1F;
	background-image: url(img/texture.gif);
	background-repeat: repeat-y;
	background-position: center top;	
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #000000;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #000000;
    scrollbar-arrow-color: #00CCFF;
	overflow: auto; 
}

a:link, a:visited, a:active {text-decoration: none; color:#00CCFF;}
a:hover   {text-decoration: underline; color:#00CCFF;}

img { border: 0;}

.boxprincipale {
    /*border: 1px solid red;*/
	margin: 0;
	width: 962px;
	height: 719px;
	background-image:url(img/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;	
	left: 50%;	
	position: absolute;
}

    .ie .boxprincipale { margin-left: -481px; }
 .gecko .boxprincipale { margin-left: -481px; }
 .opera .boxprincipale { margin-left: -481px; }
.safari .boxprincipale { margin-left: -481px; }

#boxTastoING {
    /*border: 1px solid red;*/
	width: 962px;
	height: 100px;	
	left: 50%;	
	position: absolute;
    margin-left: -481px;
	margin-top: 64px;
	vertical-align: middle;
	/*background:#00FF66;*/
		
	}

#TastoING { text-align:right; margin-right: 60px; width:962; color:#00CCFF; font-weight:bold; font-size:12px; }

#pulsante { width:115px; height: 15px; padding: 4px; background-color:#666666; text-align:center; }

#boxsx { width:340px; /*border: 1px solid red;*/ float:left; }
#contentsx { width:290px; margin-left:50px; margin-top:320px; /*border: 1px solid #00FF00;*/ }
.elementisx { margin-top: 26px; font-size:11px; color:#00CCFF; }

#boxdx { width:600px; /*border: 1px solid red;*/ float:right; display:inline;  }
#contentdx { width:550px; height: 420px; /*border: 1px solid #00FF00;*/ margin-top:170px; overflow:auto; }

#mainstreet { position:absolute; margin-top: 650px; display:block; width:100%;}

