function main()
	Is3D( FALSE );

	AddBackground( "ledalair\\still_bookshelf" );

	-- Hotspot
	AddSprite( HBookSpine, 253, 154,  57,  96, nil, ACTIVE, 0, 0, LedaBookSpine );
	AddSprite( HGreaseStain, 348, 284,  70,  71, nil, ACTIVE, 0, 0, LedaGreaseStain );

end