#titolo {
	margin:0;
	padding:0;
}


#giomi {
	background-image: url(tavolo.gif);
	background-repeat: no-repeat;
	margin-top: 30px;
	height: 600px;
	margin-left: 160px;
}

#giomi img{
 	position:relative;
	left:225px;
	width: 50px;
	height: 68px;
}

#opzioni{
	float:left;
	width: 150px;
}

#opzioni a{
	text-decoration: none;
	background-color: #FCC8C7;
	text-align: center;
	font-weight: 900;
	color: #950C09;
	display: block;
}

#opzioni a:hover{
	background-color: #950C09;
	color: #FCC8C7;
}

#lavagna{
	width: 140px;
	height: 140px;
	color: #FFF;
	font-weight: 900;
	background-color: #000;
}

.non_attivo{
 	display: block;
 	font-weight: 900;
	background-color: #950C09;
	color: #FFF;
}

#immagini img{
	width: 60px;
	height: 81px;
}

#importa img{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	
}

