#fixme {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: fixed;
	left: 0px;
	bottom: 0px;
	margin:0 auto;
	padding:0px;
	width:100%;
	height:90px;
	background-image: url(bottoni/fixme.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index:10000;
	text-align:center;
}

div#fixme:hover{
	
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:3px;
	height:93px;
	 cursor:pointer;
}
* html #fixme {
	display: none;
	height:0px;
	padding:0px;
}


#bsb {
	float:left;
	width:150px;
	height:90px;
	background-image: url(bottoni/sb.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#bsb:hover { background-position: left top;width:170px; padding-top:10px}
#bpast {
	float:left;
	width:110px;
	height:90px;
	background-image: url(bottoni/p.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#bpast:hover { background-position: left top;width:140px; padding-top:10px}
#btov {
	float:left;
	width:110px;
	height:90px;
	background-image: url(bottoni/t.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#btov:hover { background-position: left top;width:140px; padding-top:10px}
#blp {
	float:left;
	width:110px;
	height:90px;
	background-image: url(bottoni/lp.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#blp:hover { background-position: left top;width:140px; padding-top:10px}
#bpz {
	float:left;
	width:110px;
	height:90px;
	background-image: url(bottoni/pz.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#bpz:hover { background-position: left top;width:140px; padding-top:10px}
#bh {
	float:left;
	width:170px;
	height:90px;
	background-image: url(bottoni/h.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#bh:hover { background-position: left top;width:180px; padding-top:10px}
#bc {
	float:left;
	width:110px;
	height:90px;
	background-image: url(bottoni/c.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#bc:hover { background-position: left top;width:140px; padding-top:10px}


#bottoniera {width:900px;margin: 0 auto; padding-left:20px;}
#fixme img {
	height: 40px;
	width: 110px;
	padding-top: 50px;
}

