function main()
	Is3D( FALSE );

	AddBackground( "CrashSite\\oil" );
	
	
	-- Hotspot
	AddSprite(  HOil, 262, 146, 229,  69, nil, ACTIVE, 0, 0, TOOLS );
	
end