function main()
	-- This is a 3D scene
	Is3D( FALSE );

	-- Background
	AddBackground( "BrassOffice\\interro_estab" );

	-- Displayable items
	AddSprite( Dominic, 413, 77, 141, 307, nil, VISIBLE+ACTIVE, 43, 44 );
	AddSprite( Grissom, 0, 51, 230, 333, nil, VISIBLE, 29, 30 );
	AddSprite( Brass,  199, 71, 102, 243, nil, VISIBLE, 25, 26 );

	AddEnvironmentSound( nil, "AMB_INTERRO" );
end