function main()
	Is3D( FALSE );

	AddBackground( "digsite\\still_2_tree_nest" );
	
		
	-- Displayable objects
	AddSprite( ODigSiteNestEstab, 193, 108, 256,  64, "obj_nest.dds", VISIBLE );

	-- Hotspot
	AddSprite( HDigSiteNestEstab, 247, 108, 132,  58, nil, ACTIVE, 0, 0, DigSiteNestCU );

end