function main()
	Is3D( FALSE );

	AddBackground( "PsychicParlor\\still_lighter_fluid_closeup" );
	
	-- Displayable objects
	AddSprite( OLighterFluidCloseup,  96,  49, 256, 256, "obj_lighter_fluid.dds", VISIBLE );
	
	-- Hotspot
	AddSprite( HLighterFluidCloseup, 161,  49, 114, 256, nil, ACTIVE, 0, 0, TOOLS );
end