function main()
	-- This is a 3D scene
	Is3D( FALSE );

	-- Background
	AddBackground( "BrassOffice\\interro_suspect_3" );

	AddSprite( Rebecca, 223, 64, 230, 320, nil, VISIBLE+ACTIVE, 41, 42 ); --3
end