function main()
	-- This is a 3D scene
	Is3D( FALSE );

	-- Background
	AddBackground( "BrassOffice\\interro_suspect_1" );

	-- Displayable items
	AddSprite( Markus, 194, 64, 256, 320, nil, VISIBLE+ACTIVE, 45, 46 ); 
end