function main()
	Is3D( FALSE );

	AddBackground( "digsite\\still_3_tireCU" );

	-- Displayable objects
	AddSprite( ODigSiteTireCast,  99,  57, 512, 256, "obj_cast.dds", VISIBLE );

	-- Hotspot
	AddSprite( HDigSiteTireCast, 195,  80, 355, 208, nil, ACTIVE, 0, 0, TOOLS );

end