function main()
	Is3D( FALSE );

	AddBackground( "Gray\\sara" );

	-- Displayable objects
	AddSprite( Sara, 207, 79, 184, 305, nil, VISIBLE+ACTIVE, 1, 2 );
end