function main()
	Is3D( FALSE );

	AddBackground( "Theatre\\still_1_estab" );

	AddSprite( Nick, 460, 0, 141, 384, nil, VISIBLE, 9, 10 );

	-- Hotspot
	AddSprite( HBoxSeatNick, 460, 0, 141, 384, nil, ACTIVE, 0, 0, BoxSeatNick );

	AddSprite( HBoxSeatGunpowderEstab, 	263, 112,  31,  29, nil, ACTIVE, 0, 0, BoxSeatGunPowder );
	AddSprite( HBoxSeatWaterStainEstab, 	352, 171,  45,  53, nil, ACTIVE, 0, 0, BoxSeatWaterStain );
	AddSprite( HBoxSeatLoaferPrintEstab, 	342, 305,  92,  59, nil, ACTIVE, 0, 0, BoxSeatLoaferPrint );
	AddSprite( HBoxSeatRunnerPrintEstab, 	232, 286,  59,  86, nil, ACTIVE, 0, 0, BoxSeatRunnerPrint );
end

