map AirRace 
{
	overlay{ mat=Rock; y=45; hgt=10; wdt=5; };
	overlay{ mat=Rock;  hgt=3; };
	overlay{ mat=Earth; x=5; y=0; wdt=30; hgt=100; algo=lines; a=2; b=9;  };
  overlay{ mat=Granite; x=37; y=0; wdt=30; hgt=100; algo=lines; a=2; b=9; };
	overlay{ mat=Gold; x=70; y=0; wdt=30; hgt=100; algo=lines; a=2; b=9; };
	overlay{ algo=poly; 
  point{ x=5%; y=40%; };
	point{ x=15%; y=40%; };
	point{ x=35%; y=70%; };
	point{ x=42%; y=80%; };
	point{ x=45%; y=65%; };
	point{ x=70%; y=50%; };
	point{ x=100%; y=00%; };
	point{ x=100%; y=150%; };
	point{ x=5%; y=150%; };
	};

	overlay{ mat=Granite; y=85; hgt=3; wdt=5; x=34;};
	overlay{ mat=Gold; y=107; hgt=3; wdt=7; x=61; loosebounds=1; rotate=10;};

};