function main()
	-- This is a 3D scene
	Is3D( FALSE );

	-- Background
	AddBackground( "BrassOffice\\interro_suspect_1" );

	-- Displayable items
	AddSprite( Carter, 235, 51, 166, 333, nil, VISIBLE, 37, 38 );
end