function main()
	Is3D( FALSE );

	AddBackground( "digsite\\still_3_tree_nestCU" );

	-- Displayable objects
	AddSprite( ODigSiteNestCU,  70,  111, 512, 256, "obj_3_nest.dds", VISIBLE );

	-- Hotspot
	AddSprite( HDigSiteNest,  70,  111, 512, 256, nil, ACTIVE, 0, 0, TOOLS );

end