html, body {
	margin: 0px;
	padding: 0px;
	SCROLLBAR-FACE-COLOR: #333333; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #FFFF00; 
	SCROLLBAR-DARKSHADOW-COLOR: #999999; 
	SCROLLBAR-BASE-COLOR: #100D66;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	text-align:left;
	color: #ffffff;
	background-image:url(../immagini/bg_grigio.gif); 
	background-repeat: repeat-x;
	 
}


a{font-size:8pt; color: #ffffff; text-decoration: underline;}
a:Hover {font-size:8pt; color: #FFFF00; text-decoration: none;}

#sx{
  width: 51px;
  height: 710px;
  background-image: url(../immagini/bg_bordo_01.gif);
  background-position: top right;
  background-repeat: no-repeat;
  }
  
#dx{
  width: 51px;
  height: 710px;
  background-image: url(../immagini/bg_bordo_03.gif);
  background-position: top left;
  background-repeat: no-repeat;
  }
  
#main{
  width: 900px;
  height: 660px;
  background-image: url(../immagini/bg_nero.jpg);
  background-repeat: repeat-x;
}

#middle {
	width:900px;
	height:577px;
}

#submenu {
	width:522px;
	height:21px;
	background-image:url(../immagini/bg_submenu.jpg);
	background-repeat: no-repeat;
}

#contenuti {
	width:522px;
	height:371px;
}

#contenuti .box{
	margin: 6px;
	padding: 10px;
	font-size: 8pt;
	background-image:url(../immagini/bg_box.gif);
	background-repeat: repeat-x;
	background-color: #9B9B9B;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left;
	overflow: auto;
}

#game {
	width:620px;
	height:371px;
}

#game .box{
	margin: 6px;
	padding: 10px;
	font-size: 8pt;
	background-image:url(../immagini/bg_box.gif);
	background-repeat: repeat-x;
	background-color: #9B9B9B;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left;
	overflow: right;
}

#scorehead {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	text-align:center;
	font-weight: bold;
	color: #ffffff;
	background-color: #3D5D98;
	padding: 2px 5px;
	font-variant: small-caps;
}

#score {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	text-align:center;
	color: #ffffff;
	background-color: #666666;
}

#scorenr {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	text-align:center;
	font-weight: bold;
	color: #ffffff;
	background-color: #F44192;
}

#contenuti .box span{
	color:#FFFF00;
	font-weight: bold;
}

#contenuti .home{
	margin: 6px;
	padding: 10px;
	font-size: 8pt;
	text-align: left;
}

#contenuti .home p{
	margin: 0px;
}

#menu-bottom{
	width: 900px;
	height: 48px;
	background-image:url(../immagini/bg_bottom.jpg);
	background-repeat: no-repeat;
}

#bottom{
	width:900px;
	height:50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 7pt;
	font-weight: normal;
	margin: 0px;
	background-image: url(../immagini/bg_bordo_04.gif);
	background-repeat: no-repeat;
}
#bottom a{color: #FFFFFF; text-decoration: underline;}
#bottom a:hover{color: #FFFF00; text-decoration: none;}

hr {height : 1px; color : #e1e1e1; margin: 4px 0px;}

input.button  {
    font-size : xx-small;
    font-family : Verdana, Arial, Helvetica, sans-serif;        
	color : #FFFFFF;   
    background-color : #666666;
    height : 20;
    width : 70;
    border-style : solid;
    border-width : 1;
    border-color : #FFFFFF;
    text-valign : center;
}

