@charset "utf-8";
/* CSS Document */

/*-------------------------
	DIV di Prenotazione
-------------------------*/

#book{
	height:200px;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image:url(../gui/shield-bw.png);
}
#book:hover {
	background-position:bottom;
	background-repeat:no-repeat;
	background-image:url(../gui/shield.png);
}